diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:40:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:45:52 +0100 |
commit | 263425e2fdbf4bd8e34441f359ce149b389fb736 (patch) | |
tree | 2f935153c9e031b5820f9d67b39727e8854f735f /dev-java/commons-pool | |
parent | dev-java/commons-net: Dekeyword *-fbsd (diff) | |
download | gentoo-263425e2fdbf4bd8e34441f359ce149b389fb736.tar.gz gentoo-263425e2fdbf4bd8e34441f359ce149b389fb736.tar.bz2 gentoo-263425e2fdbf4bd8e34441f359ce149b389fb736.zip |
dev-java/commons-pool: Dekeyword *-fbsd
Diffstat (limited to 'dev-java/commons-pool')
-rw-r--r-- | dev-java/commons-pool/commons-pool-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-pool/commons-pool-1.6.ebuild b/dev-java/commons-pool/commons-pool-1.6.ebuild index fe1f0cc2b5c2..64c331273099 100644 --- a/dev-java/commons-pool/commons-pool-1.6.ebuild +++ b/dev-java/commons-pool/commons-pool-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/pool/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" RDEPEND=">=virtual/jre-1.5" DEPEND=">=virtual/jdk-1.5 |