summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-27 20:58:39 +0100
committerSam James <sam@gentoo.org>2021-08-27 20:58:39 +0100
commit18d650462f17fefc1a4dbee6881be5901a6a6faa (patch)
tree48221f59626afecf1537cc8d15ca6ffc45841011 /dev-java/asm-commons
parentdev-java/asm-analysis: Stabilize 9.2 amd64, #810625 (diff)
downloadgentoo-18d650462f17fefc1a4dbee6881be5901a6a6faa.tar.gz
gentoo-18d650462f17fefc1a4dbee6881be5901a6a6faa.tar.bz2
gentoo-18d650462f17fefc1a4dbee6881be5901a6a6faa.zip
dev-java/asm-commons: Stabilize 9.2 amd64, #810625
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/asm-commons')
-rw-r--r--dev-java/asm-commons/asm-commons-9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/asm-commons/asm-commons-9.2.ebuild b/dev-java/asm-commons/asm-commons-9.2.ebuild
index a41b83579109..c9599fdd3754 100644
--- a/dev-java/asm-commons/asm-commons-9.2.ebuild
+++ b/dev-java/asm-commons/asm-commons-9.2.ebuild
@@ -13,7 +13,7 @@ MY_P="ASM_${PV//./_}"
SRC_URI="https://gitlab.ow2.org/asm/asm/-/archive/${MY_P}/asm-${MY_P}.tar.gz"
LICENSE="BSD"
SLOT=`ver_cut 1`
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
RESTRICT="test"
CDEPEND="dev-java/asm-analysis:${SLOT} dev-java/asm-tree:${SLOT} dev-java/asm:${SLOT}"