Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/upx/
Date: Sat, 31 Dec 2022 13:02:44
Message-Id: 1672491750.863cdda10719e13fa8f364e2686aa960c6a30c8f.arthurzam@gentoo
1 commit: 863cdda10719e13fa8f364e2686aa960c6a30c8f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 13:02:30 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 13:02:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863cdda1
7
8 app-arch/upx: Stabilize 4.0.1 amd64, #888429
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-arch/upx/upx-4.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/upx/upx-4.0.1.ebuild b/app-arch/upx/upx-4.0.1.ebuild
16 index 1a9d20a8f767..cdb9993a3627 100644
17 --- a/app-arch/upx/upx-4.0.1.ebuild
18 +++ b/app-arch/upx/upx-4.0.1.ebuild
19 @@ -12,7 +12,7 @@ S="${WORKDIR}/${P}-src"
20
21 LICENSE="GPL-2+ UPX-exception" # Read the exception before applying any patches
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
25
26 RDEPEND="!app-arch/upx-bin"
27 BDEPEND="app-arch/xz-utils[extra-filters]"