Skip to content

Commit

Permalink
app-arch/upx-bin: 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 ad5baa7 commit 4ce0888
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-bin/upx-bin-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 @@ -25,7 +25,7 @@ KEYWORDS="-* amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86"
RESTRICT="strip"

RDEPEND="!app-arch/upx"
BDEPEND="app-arch/xz-utils[extra-filters]"
BDEPEND="app-arch/xz-utils[extra-filters(+)]"

QA_PREBUILT="/opt/bin/upx"

Expand Down
2 changes: 1 addition & 1 deletion app-arch/upx-bin/upx-bin-4.2.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
RESTRICT="strip"

RDEPEND="!app-arch/upx"
BDEPEND="app-arch/xz-utils[extra-filters]"
BDEPEND="app-arch/xz-utils[extra-filters(+)]"

QA_PREBUILT="/opt/bin/upx"

Expand Down

0 comments on commit 4ce0888

Please sign in to comment.