diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-08-17 17:39:55 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-08-17 17:47:05 -0400 |
commit | 3bfe682893548e6fa2bdce8f2072fafca247027d (patch) | |
tree | e202f129e3640a98e818bd684613b398de9b6b33 /app-arch | |
parent | app-admin/gentoo-perl-helpers: fix xz-utils dep (diff) | |
download | gentoo-3bfe682893548e6fa2bdce8f2072fafca247027d.tar.gz gentoo-3bfe682893548e6fa2bdce8f2072fafca247027d.tar.bz2 gentoo-3bfe682893548e6fa2bdce8f2072fafca247027d.zip |
app-arch/upx: fix xz-utils dep
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/upx/upx-4.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-arch/upx/upx-4.2.3.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/upx/upx-4.1.0.ebuild b/app-arch/upx/upx-4.1.0.ebuild index 44d1747d853c..1c96a769af18 100644 --- a/app-arch/upx/upx-4.1.0.ebuild +++ b/app-arch/upx/upx-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86" RDEPEND="!app-arch/upx-bin" -BDEPEND="app-arch/xz-utils[extra-filters]" +BDEPEND="app-arch/xz-utils[extra-filters(+)]" src_configure() { local mycmakeargs=( diff --git a/app-arch/upx/upx-4.2.3.ebuild b/app-arch/upx/upx-4.2.3.ebuild index 83d85276513a..b8b1c533287c 100644 --- a/app-arch/upx/upx-4.2.3.ebuild +++ b/app-arch/upx/upx-4.2.3.ebuild @@ -17,7 +17,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="!app-arch/upx-bin" -BDEPEND="app-arch/xz-utils[extra-filters]" +BDEPEND="app-arch/xz-utils[extra-filters(+)]" src_configure() { local mycmakeargs=( |