diff options
author | 2024-10-11 15:34:03 +0300 | |
---|---|---|
committer | 2024-10-12 20:08:16 +0300 | |
commit | 8a9ce19d9fda1fefdf0e82dbad7a09dfb2c070c0 (patch) | |
tree | 07e4a5b6f8a78f4e32484c3017bc22f5d6d0dc31 /dev-java/commons-math | |
parent | dev-java/commons-logging: dekeyword arm (diff) | |
download | gentoo-8a9ce19d9fda1fefdf0e82dbad7a09dfb2c070c0.tar.gz gentoo-8a9ce19d9fda1fefdf0e82dbad7a09dfb2c070c0.tar.bz2 gentoo-8a9ce19d9fda1fefdf0e82dbad7a09dfb2c070c0.zip |
dev-java/commons-math: 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/commons-math')
-rw-r--r-- | dev-java/commons-math/commons-math-3.6.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-math/commons-math-3.6.1-r2.ebuild b/dev-java/commons-math/commons-math-3.6.1-r2.ebuild index 1ca7a92bf8f1..ec1fcd8b4040 100644 --- a/dev-java/commons-math/commons-math-3.6.1-r2.ebuild +++ b/dev-java/commons-math/commons-math-3.6.1-r2.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 EAPI=8 @@ -20,6 +20,6 @@ RDEPEND=">=virtual/jre-1.8:*" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" JAVA_AUTOMATIC_MODULE_NAME="commons.math3" |