Skip to content

Commit

Permalink
app-arch/upx: fix xz-utils dep
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Aug 17, 2024
1 parent c50d088 commit 3bfe682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app-arch/upx/upx-4.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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=(
Expand Down
2 changes: 1 addition & 1 deletion app-arch/upx/upx-4.2.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 3bfe682

Please sign in to comment.