diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-08 08:58:19 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-08 08:58:19 +0200 |
commit | 2f923d41ef5be4d6aba41e85b6df7579e1c2fcf3 (patch) | |
tree | dfcfee72c4d779ddb54361744be5e6bc3fecbe66 /app-arch/upx | |
parent | dev-db/oracle-instantclient: Stabilize 21.3.0.0.0 amd64, #888793 (diff) | |
download | gentoo-2f923d41ef5be4d6aba41e85b6df7579e1c2fcf3.tar.gz gentoo-2f923d41ef5be4d6aba41e85b6df7579e1c2fcf3.tar.bz2 gentoo-2f923d41ef5be4d6aba41e85b6df7579e1c2fcf3.zip |
app-arch/upx: Stabilize 4.0.1 x86, #888429
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-arch/upx')
-rw-r--r-- | app-arch/upx/upx-4.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/upx/upx-4.0.1.ebuild b/app-arch/upx/upx-4.0.1.ebuild index cdb9993a3627..44d1747d853c 100644 --- a/app-arch/upx/upx-4.0.1.ebuild +++ b/app-arch/upx/upx-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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]" |