diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:38:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:27 +0300 |
commit | 9b18e3bef8e7ece63d51db012f793147f478e289 (patch) | |
tree | f1b3dde1dac17956589626760718d7ea46b166f8 /dev-java | |
parent | dev-java/iso-relax: dekeyword arm (diff) | |
download | gentoo-9b18e3bef8e7ece63d51db012f793147f478e289.tar.gz gentoo-9b18e3bef8e7ece63d51db012f793147f478e289.tar.bz2 gentoo-9b18e3bef8e7ece63d51db012f793147f478e289.zip |
dev-java/istack-commons-runtime: 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/istack-commons-runtime/istack-commons-runtime-3.0.12.ebuild | 4 | ||||
-rw-r--r-- | dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-3.0.12.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-3.0.12.ebuild index b08a535e4c27..e99ba540d238 100644 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-3.0.12.ebuild +++ b/dev-java/istack-commons-runtime/istack-commons-runtime-3.0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ S="${WORKDIR}/jaxb-istack-commons-${PV}/istack-commons" LICENSE="EPL-1.0" SLOT="3" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" # fails if jdk-1.8:* # https://bugs.gentoo.org/857024 DEPEND=" diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1-r1.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1-r1.ebuild index 710d5f856623..580a3be513f7 100644 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1-r1.ebuild +++ b/dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Skeleton command: @@ -18,7 +18,7 @@ SRC_URI="https://github.com/eclipse-ee4j/jaxb-istack-commons/archive/${PV}.tar.g LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" # Compile dependencies # POM: runtime/pom.xml |