diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2021-06-28 18:56:38 +0300 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-06-29 06:23:59 -0500 |
commit | 66fb00c154f5655d52ffe0352e3ef27bcdae0328 (patch) | |
tree | 1d754daa14fc00e8184659d916321a903538c25b /app-arch | |
parent | app-arch/upx: add app-arch/xz-utils to BDEPEND (diff) | |
download | gentoo-66fb00c154f5655d52ffe0352e3ef27bcdae0328.tar.gz gentoo-66fb00c154f5655d52ffe0352e3ef27bcdae0328.tar.bz2 gentoo-66fb00c154f5655d52ffe0352e3ef27bcdae0328.zip |
app-arch/upx-bin: 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>
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/upx-bin/upx-bin-3.96.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/upx-bin/upx-bin-3.96.ebuild b/app-arch/upx-bin/upx-bin-3.96.ebuild index 7caa782afd3c..be332492449e 100644 --- a/app-arch/upx-bin/upx-bin-3.96.ebuild +++ b/app-arch/upx-bin/upx-bin-3.96.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" RESTRICT="strip" RDEPEND="!app-arch/upx" +BDEPEND="app-arch/xz-utils[extra-filters]" S="${WORKDIR}" |