diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-08-20 23:31:33 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-08-21 10:42:10 +0000 |
commit | 7c7e94bd016dedf03df15d6304d64c1a82aefa95 (patch) | |
tree | d67c5aa698d40b4401ab9245c9f4175fdda13be6 /dev-java/balloontip | |
parent | dev-python/virtualenv: Version Bump (diff) | |
download | gentoo-7c7e94bd016dedf03df15d6304d64c1a82aefa95.tar.gz gentoo-7c7e94bd016dedf03df15d6304d64c1a82aefa95.tar.bz2 gentoo-7c7e94bd016dedf03df15d6304d64c1a82aefa95.zip |
dev-java/ballontip: Stable for amd64+x86.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/balloontip')
-rw-r--r-- | dev-java/balloontip/balloontip-1.2.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/balloontip/balloontip-1.2.1.ebuild b/dev-java/balloontip/balloontip-1.2.1.ebuild index 40c0424ac0f0..1af9e2cbf5a6 100644 --- a/dev-java/balloontip/balloontip-1.2.1.ebuild +++ b/dev-java/balloontip/balloontip-1.2.1.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="https://java.net/projects/${PN}/downloads/download/${PN}_${PV}.zip" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" -RDEPEND=">=virtual/jre-1.5" -DEPEND=">=virtual/jdk-1.5" +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6" S="${WORKDIR}/${PN}_${PV}/src/${PN}" |