dev-java/piccolo2d: Use SWT 3.8 instead of 3.7
authorJames Le Cuirot <chewi@gentoo.org>
Sat, 30 Jan 2016 10:39:34 +0000 (10:39 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Sat, 30 Jan 2016 10:47:47 +0000 (10:47 +0000)
Might as well use the newer version since it seems to work. I tried
the SWT examples.

Package-Manager: portage-2.2.27

dev-java/piccolo2d/piccolo2d-3.0-r1.ebuild [moved from dev-java/piccolo2d/piccolo2d-3.0.ebuild with 94% similarity]

similarity index 94%
rename from dev-java/piccolo2d/piccolo2d-3.0.ebuild
rename to dev-java/piccolo2d/piccolo2d-3.0-r1.ebuild
index 0697b8ee43450de3637f04a1fb4e3b10c5c5f626..5bf2ae58eec553c076419bb760c7bb5cee345d5c 100644 (file)
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-CDEPEND="dev-java/swt:3.7"
+CDEPEND="dev-java/swt:3.8"
 
 RDEPEND="
        ${CDEPEND}
@@ -29,9 +29,7 @@ DEPEND="
        >=virtual/jdk-1.6"
 
 S="${WORKDIR}/${PN}.java-${PN}-complete-${PV}"
-
-JAVA_GENTOO_CLASSPATH="swt-3.7"
-
+JAVA_GENTOO_CLASSPATH="swt-3.8"
 JAVA_SRC_DIR="core extras swt"
 
 java_prepare() {