commit: 7b73ca4d3eb307edaf89f41f3cdaf55851b87e6b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 4 07:18:43 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 07:18:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b73ca4d
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 <juippis <AT> gentoo.org>
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 36dd29809cda..1f436003b80a 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() {