summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/balloontip/balloontip-1.2.1.ebuild8
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}"