diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:58:01 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:19 +0100 |
commit | a55518f444bde886b26740ec47a4a005cae8a1ba (patch) | |
tree | 6b8ba657fb0c1ab937aa2fa8b7665b8c04aeeb4f /dev-java | |
parent | dev-java/joda-time: drop x86-macos (diff) | |
download | gentoo-a55518f444bde886b26740ec47a4a005cae8a1ba.tar.gz gentoo-a55518f444bde886b26740ec47a4a005cae8a1ba.tar.bz2 gentoo-a55518f444bde886b26740ec47a4a005cae8a1ba.zip |
dev-java/jrexx: 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')
-rw-r--r-- | dev-java/jrexx/jrexx-1.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jrexx/jrexx-1.1.1-r2.ebuild b/dev-java/jrexx/jrexx-1.1.1-r2.ebuild index ebff30ecbbe7..7d88aed26871 100644 --- a/dev-java/jrexx/jrexx-1.1.1-r2.ebuild +++ b/dev-java/jrexx/jrexx-1.1.1-r2.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=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.karneim.com/jrexx/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip -> ${P}.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND=" >=virtual/jre-1.6" |