diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:52:37 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:12 +0100 |
commit | a35a7394351e01104b5defcfc3574a40110a8346 (patch) | |
tree | b79920b56cc6234d652fc2c4495189e4a943bc16 /dev-java/commons-math | |
parent | dev-java/commons-logging: drop x86-macos (diff) | |
download | gentoo-a35a7394351e01104b5defcfc3574a40110a8346.tar.gz gentoo-a35a7394351e01104b5defcfc3574a40110a8346.tar.bz2 gentoo-a35a7394351e01104b5defcfc3574a40110a8346.zip |
dev-java/commons-math: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-java/commons-math')
-rw-r--r-- | dev-java/commons-math/commons-math-3.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-math/commons-math-3.6.1.ebuild b/dev-java/commons-math/commons-math-3.6.1.ebuild index 5578f6ffa3a0..71c61da8a32a 100644 --- a/dev-java/commons-math/commons-math-3.6.1.ebuild +++ b/dev-java/commons-math/commons-math-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,4 +20,4 @@ RDEPEND=">=virtual/jre-1.6" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |