summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-08-17 17:39:55 -0400
committerMike Gilbert <floppym@gentoo.org>2024-08-17 17:47:05 -0400
commit3bfe682893548e6fa2bdce8f2072fafca247027d (patch)
treee202f129e3640a98e818bd684613b398de9b6b33
parentapp-admin/gentoo-perl-helpers: fix xz-utils dep (diff)
downloadgentoo-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>
-rw-r--r--app-arch/upx/upx-4.1.0.ebuild4
-rw-r--r--app-arch/upx/upx-4.2.3.ebuild2
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=(