diff options
author | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2021-05-04 15:48:26 -0400 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-16 21:56:45 +0200 |
commit | 3ae63b8cc102f438df036c0f07fb1c7a1c90b637 (patch) | |
tree | be702a564459f1597daf18b2d339f2475de2422c /app-text/jabref | |
parent | sys-block/open-iscsi: Stabilize 2.0.875 x86, #643122 (diff) | |
download | gentoo-3ae63b8cc102f438df036c0f07fb1c7a1c90b637.tar.gz gentoo-3ae63b8cc102f438df036c0f07fb1c7a1c90b637.tar.bz2 gentoo-3ae63b8cc102f438df036c0f07fb1c7a1c90b637.zip |
app-text/jabref: update java deps
Also update to EAPI 7
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20608/commits/0b2b1898aa79798825a63289601e9837a2f2b327
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'app-text/jabref')
-rw-r--r-- | app-text/jabref/jabref-2.10-r5.ebuild (renamed from app-text/jabref/jabref-2.10-r4.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/jabref/jabref-2.10-r4.ebuild b/app-text/jabref/jabref-2.10-r5.ebuild index 8ed45fb5a629..094dfeeb4b5f 100644 --- a/app-text/jabref/jabref-2.10-r4.ebuild +++ b/app-text/jabref/jabref-2.10-r5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 JAVA_ANT_REWRITE_CLASSPATH="true" -inherit eutils java-pkg-2 java-ant-2 java-utils-2 +inherit desktop java-pkg-2 java-ant-2 java-utils-2 MY_PV="${PV/_beta/b}" @@ -30,11 +30,11 @@ COMMON_DEP=" " DEPEND=" - >=virtual/jdk-1.6 + >=virtual/jdk-1.8:* ${COMMON_DEP}" RDEPEND=" - >=virtual/jre-1.6 + >=virtual/jre-1.8:* ${COMMON_DEP}" S="${WORKDIR}/${PN}-${MY_PV}" |