diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:38:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:27 +0300 |
commit | 7bbc50b2ccb09bf1f3e7329e7e1627aafb420d92 (patch) | |
tree | 1a04c68c3fa6ab96414235a67ff443e5138feab9 /dev-java | |
parent | dev-java/istack-commons-runtime: dekeyword arm (diff) | |
download | gentoo-7bbc50b2ccb09bf1f3e7329e7e1627aafb420d92.tar.gz gentoo-7bbc50b2ccb09bf1f3e7329e7e1627aafb420d92.tar.bz2 gentoo-7bbc50b2ccb09bf1f3e7329e7e1627aafb420d92.zip |
dev-java/j2objc-annotations: dekeyword arm
After a message to gentoo-dev ML, and no reply from any user on arm,
we decided to dekeyword most Java packages from arm.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/j2objc-annotations/j2objc-annotations-3.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/j2objc-annotations/j2objc-annotations-3.0.0-r1.ebuild b/dev-java/j2objc-annotations/j2objc-annotations-3.0.0-r1.ebuild index 7b1be4f994d1..a41a2f92c3fb 100644 --- a/dev-java/j2objc-annotations/j2objc-annotations-3.0.0-r1.ebuild +++ b/dev-java/j2objc-annotations/j2objc-annotations-3.0.0-r1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/j2objc-${PV}/annotations" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" DEPEND=">=virtual/jdk-11:*" RDEPEND=">=virtual/jre-1.8:*" |