diff options
-rw-r--r-- | media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild (renamed from media-video/bdsup2sub/bdsup2sub-4.0.0-r2.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/bdsup2sub/bdsup2sub-4.0.0-r2.ebuild b/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild index 72f449b2a644..320e67e2108c 100644 --- a/media-video/bdsup2sub/bdsup2sub-4.0.0-r2.ebuild +++ b/media-video/bdsup2sub/bdsup2sub-4.0.0-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 JAVA_PKG_IUSE="doc source" -inherit java-pkg-2 java-ant-2 +inherit desktop java-pkg-2 java-ant-2 XDG_P="xdg-20100731" @@ -22,10 +22,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - >=virtual/jre-1.6" + >=virtual/jre-1.8:*" DEPEND=" - >=virtual/jdk-1.6 + >=virtual/jdk-1.8:* app-arch/xz-utils" S="${WORKDIR}/${PN}/${PV}" |