diff options
author | Sam James <sam@gentoo.org> | 2020-08-24 23:46:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-24 23:46:37 +0000 |
commit | 40f822c56ece3c109eeaeb333c630d2eb2e3f1aa (patch) | |
tree | f8ce6e281f1b1316763f9afb7a4d515b6a80e0f3 /app-arch/upx | |
parent | dev-libs/ucl: Keyword 1.03-r1 arm64, #738720 (diff) | |
download | gentoo-40f822c56ece3c109eeaeb333c630d2eb2e3f1aa.tar.gz gentoo-40f822c56ece3c109eeaeb333c630d2eb2e3f1aa.tar.bz2 gentoo-40f822c56ece3c109eeaeb333c630d2eb2e3f1aa.zip |
app-arch/upx: Keyword 3.96 arm64, #738720
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/upx')
-rw-r--r-- | app-arch/upx/upx-3.96.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/upx/upx-3.96.ebuild b/app-arch/upx/upx-3.96.ebuild index 8e63957a42b8..c9a668ebacec 100644 --- a/app-arch/upx/upx-3.96.ebuild +++ b/app-arch/upx/upx-3.96.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/upx/upx/releases/download/v${PV}/${P}-src.tar.xz" LICENSE="GPL-2+ UPX-exception" # Read the exception before applying any patches SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-libs/ucl-1.03 |