diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-31 15:02:30 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-31 15:02:30 +0200 |
commit | 863cdda10719e13fa8f364e2686aa960c6a30c8f (patch) | |
tree | 6b03e1423a6ece97dfd9ab6330066c8f6e78f957 /app-arch/upx | |
parent | gui-libs/neatvnc: Keyword 0.5.4 ia64, #888185 (diff) | |
download | gentoo-863cdda10719e13fa8f364e2686aa960c6a30c8f.tar.gz gentoo-863cdda10719e13fa8f364e2686aa960c6a30c8f.tar.bz2 gentoo-863cdda10719e13fa8f364e2686aa960c6a30c8f.zip |
app-arch/upx: Stabilize 4.0.1 amd64, #888429
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-arch/upx')
-rw-r--r-- | app-arch/upx/upx-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/upx/upx-4.0.1.ebuild b/app-arch/upx/upx-4.0.1.ebuild index 1a9d20a8f767..cdb9993a3627 100644 --- a/app-arch/upx/upx-4.0.1.ebuild +++ b/app-arch/upx/upx-4.0.1.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]" |