diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-11-11 19:17:34 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-11-11 22:54:19 +0000 |
commit | 33e35f13a8c9203a8682bd677bdb012f86f60b4a (patch) | |
tree | d8eb8b9d9705b9c4f8e9a462c8926c53c63bdf26 /dev-java | |
parent | dev-qt: drop obsolete Manifest entries (diff) | |
download | gentoo-33e35f13a8c9203a8682bd677bdb012f86f60b4a.tar.gz gentoo-33e35f13a8c9203a8682bd677bdb012f86f60b4a.tar.bz2 gentoo-33e35f13a8c9203a8682bd677bdb012f86f60b4a.zip |
dev-java/piccolo: Keyword for ppc+ppc64+x86.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/piccolo/piccolo-1.04.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/piccolo/piccolo-1.04.ebuild b/dev-java/piccolo/piccolo-1.04.ebuild index 99d28d4c130c..00ee109f7a23 100644 --- a/dev-java/piccolo/piccolo-1.04.ebuild +++ b/dev-java/piccolo/piccolo-1.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,10 +14,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -RDEPEND=">=virtual/jre-1.4" -DEPEND=">=virtual/jdk-1.4 +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6 app-arch/unzip" EANT_BUILD_TARGET="build" |