diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:42:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:46:08 +0100 |
commit | ef6aac14156a130a9057ce83c499d59f0c482b50 (patch) | |
tree | 9cd68e9d15727d461b06c7fb43ab9cb756b64d1e /dev-java/jrexx | |
parent | dev-java/jmock: Dekeyword *-fbsd (diff) | |
download | gentoo-ef6aac14156a130a9057ce83c499d59f0c482b50.tar.gz gentoo-ef6aac14156a130a9057ce83c499d59f0c482b50.tar.bz2 gentoo-ef6aac14156a130a9057ce83c499d59f0c482b50.zip |
dev-java/jrexx: Dekeyword *-fbsd
Diffstat (limited to 'dev-java/jrexx')
-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 67ff2e86899d..ebff30ecbbe7 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-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" RDEPEND=" >=virtual/jre-1.6" |