diff options
author | Sam James <sam@gentoo.org> | 2023-01-15 20:34:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-15 20:34:25 +0000 |
commit | e8081b1074fb91e62beae7d1aea86534df42bc0d (patch) | |
tree | fed03a1d7e7d5f4c248bb14c9fad4c950de421a5 /app-arch | |
parent | app-arch/upx: Stabilize 4.0.1-r1 x86, #890857 (diff) | |
download | gentoo-e8081b1074fb91e62beae7d1aea86534df42bc0d.tar.gz gentoo-e8081b1074fb91e62beae7d1aea86534df42bc0d.tar.bz2 gentoo-e8081b1074fb91e62beae7d1aea86534df42bc0d.zip |
app-arch/upx: Stabilize 4.0.1-r1 amd64, #890857
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/upx/upx-4.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/upx/upx-4.0.1-r1.ebuild b/app-arch/upx/upx-4.0.1-r1.ebuild index c70d4e950477..16adb6cdbc4e 100644 --- a/app-arch/upx/upx-4.0.1-r1.ebuild +++ b/app-arch/upx/upx-4.0.1-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${P}-src" LICENSE="GPL-2+ UPX-exception" # Read the exception before applying any patches SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86" RDEPEND="!app-arch/upx-bin" BDEPEND="app-arch/xz-utils[extra-filters]" |