diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-24 21:25:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-24 21:25:50 +0300 |
commit | 0124fcc6b1b74d001b8e040712e47ee10de88edf (patch) | |
tree | c718732b318341ca1c188480003fc635055f6971 /app-arch/upx | |
parent | app-admin/ansible-lint: Stabilize 24.7.0 amd64, #941867 (diff) | |
download | gentoo-0124fcc6b1b74d001b8e040712e47ee10de88edf.tar.gz gentoo-0124fcc6b1b74d001b8e040712e47ee10de88edf.tar.bz2 gentoo-0124fcc6b1b74d001b8e040712e47ee10de88edf.zip |
app-arch/upx: Stabilize 4.2.4 amd64, #941773
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-arch/upx')
-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 b8b1c533287c..7133dd3999a9 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 )" |