commit: 75365e98c98d0a8d3817f58482f126812c03750e Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Mon Jun 28 15:54:59 2021 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Jun 29 11:23:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75365e98
app-arch/upx: add app-arch/xz-utils to BDEPEND Original tarball requires app-arch/xz-utils[extra-filters] for extraction. Bug: https://bugs.gentoo.org/797361 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21457 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> app-arch/upx/upx-3.96-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-arch/upx/upx-3.96-r2.ebuild b/app-arch/upx/upx-3.96-r2.ebuild index cf9f4c4f87d..14c355bb635 100644 --- a/app-arch/upx/upx-3.96-r2.ebuild +++ b/app-arch/upx/upx-3.96-r2.ebuild @@ -18,7 +18,9 @@ DEPEND=">=dev-libs/ucl-1.03 sys-libs/zlib" RDEPEND="${RDEPEND} !app-arch/upx-bin" -BDEPEND="dev-lang/perl" +BDEPEND=" + app-arch/xz-utils[extra-filters] + dev-lang/perl" S="${WORKDIR}/${P}-src"
