diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2021-06-28 18:54:59 +0300 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-06-29 06:23:58 -0500 |
commit | 75365e98c98d0a8d3817f58482f126812c03750e (patch) | |
tree | f5452334a5b6b00933ed3618a1e87061da8bb6cf /app-arch/upx/upx-3.96-r2.ebuild | |
parent | net-im/zoom: Version bump to 5.7.26030.0627 (diff) | |
download | gentoo-75365e98c98d0a8d3817f58482f126812c03750e.tar.gz gentoo-75365e98c98d0a8d3817f58482f126812c03750e.tar.bz2 gentoo-75365e98c98d0a8d3817f58482f126812c03750e.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21457
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-arch/upx/upx-3.96-r2.ebuild')
-rw-r--r-- | app-arch/upx/upx-3.96-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-arch/upx/upx-3.96-r2.ebuild b/app-arch/upx/upx-3.96-r2.ebuild index cf9f4c4f87d3..14c355bb6351 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" |