diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-06 22:13:59 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-06 22:14:15 +0200 |
commit | 35b66be27400403e426a82d09849159738e9bb34 (patch) | |
tree | edf100a1588b4a59e3efc027b272ffce47f1c5fc /dev-java/commons-math | |
parent | dev-java/jopt-simple: Keyword 4.6 arm, #830681 (diff) | |
download | gentoo-35b66be27400403e426a82d09849159738e9bb34.tar.gz gentoo-35b66be27400403e426a82d09849159738e9bb34.tar.bz2 gentoo-35b66be27400403e426a82d09849159738e9bb34.zip |
dev-java/commons-math: Keyword 3.6.1-r1 arm, #830681
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-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild b/dev-java/commons-math/commons-math-3.6.1-r1.ebuild index 3ef7e38716d8..45de2587390c 100644 --- a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild +++ b/dev-java/commons-math/commons-math-3.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,4 +21,4 @@ RDEPEND=">=virtual/jre-1.8:*" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |