diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-25 05:46:12 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-25 05:46:12 +0000 |
commit | e99a94094b981ab9113530a0a75c73921e3081c7 (patch) | |
tree | db0711c8b24a589d2e02e4bea005ad3557a5be88 /app-arch | |
parent | app-admin/linode-cli: drop 5.53.0 (diff) | |
download | gentoo-e99a94094b981ab9113530a0a75c73921e3081c7.tar.gz gentoo-e99a94094b981ab9113530a0a75c73921e3081c7.tar.bz2 gentoo-e99a94094b981ab9113530a0a75c73921e3081c7.zip |
app-arch/upx: Stabilize 4.2.4 arm64, #941773
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/upx/upx-4.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/upx/upx-4.2.4.ebuild b/app-arch/upx/upx-4.2.4.ebuild index 7133dd3999a9..430442efa511 100644 --- a/app-arch/upx/upx-4.2.4.ebuild +++ b/app-arch/upx/upx-4.2.4.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" IUSE="test" RESTRICT="!test? ( test )" |