From 7b73ca4d3eb307edaf89f41f3cdaf55851b87e6b Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Sun, 4 Aug 2024 10:18:43 +0300 Subject: [PATCH] app-text/htmlrecode: add missing perl bdepend * QA Notice: command not found: * * /bin/sh: line 9: perl: command not found * /bin/sh: line 9: perl: command not found * /bin/sh: line 9: perl: command not found Signed-off-by: Joonas Niilola --- app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild b/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild index 36dd29809cdab..1f436003b80ac 100644 --- a/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild +++ b/app-text/htmlrecode/htmlrecode-1.3.1-r2.ebuild @@ -13,6 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" +BDEPEND="dev-lang/perl" + PATCHES=( "${FILESDIR}/${P}-ar.patch" ) src_prepare() {