diff options
author | Keri Harris <keri@gentoo.org> | 2017-09-28 10:56:58 +0200 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2017-09-28 10:57:20 +0200 |
commit | 74c863fa64f4c2528ddef19bd467b26cec79a5a6 (patch) | |
tree | a2dd8da829762a30a59589ea4b27d96d333940b9 /dev-lang/tuprolog/files | |
parent | 34e39758c102fa0d6c0e30585d8071f5417d1fd1 (diff) | |
download | gentoo-74c863fa64f4c2528ddef19bd467b26cec79a5a6.tar.gz gentoo-74c863fa64f4c2528ddef19bd467b26cec79a5a6.tar.xz |
dev-lang/tuprolog: correctly specify JDK dependency
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'dev-lang/tuprolog/files')
-rw-r--r-- | dev-lang/tuprolog/files/build-3.0.1.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/tuprolog/files/build-3.0.1.xml b/dev-lang/tuprolog/files/build-3.0.1.xml index 5815bc0d17c..3b6f5818eaa 100644 --- a/dev-lang/tuprolog/files/build-3.0.1.xml +++ b/dev-lang/tuprolog/files/build-3.0.1.xml @@ -30,7 +30,8 @@ destdir="${build.dir}" encoding="ISO-8859-1" srcdir="${src.dir}" - target="1.7"> + source="1.8" + target="1.8"> <classpath> <path refid="compile.classpath"/> </classpath> @@ -93,7 +94,8 @@ destdir="${test.build.dir}" encoding="ISO-8859-1" srcdir="${test.dir}/unit" - target="1.7"/> + source="1.8" + target="1.8"/> <junit fork="yes" failureproperty="test.failed" printsummary="yes"> <classpath> <path refid="dist.classpath"/> |