summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang E. Sanyer <ezzieyguywuf@gmail.com>2021-04-30 09:08:27 -0400
committerMiroslav Šulc <fordfrog@gentoo.org>2021-04-30 19:15:28 +0200
commitb3c7ce821f5ea410f8fe58a84811ec45b00eea82 (patch)
tree769f9b15927ee6db402a6489fb487fc2da55d961 /media-video
parentsys-cluster/kube-scheduler: remove 1.20.5 (diff)
downloadgentoo-b3c7ce821f5ea410f8fe58a84811ec45b00eea82.tar.gz
gentoo-b3c7ce821f5ea410f8fe58a84811ec45b00eea82.tar.bz2
gentoo-b3c7ce821f5ea410f8fe58a84811ec45b00eea82.zip
media-video/bdsup2sub: update to eapi 7
Also address some QA warnings. Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20608/commits/132fd679a112e64491e4daf69756ad0919095b92 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-video')
-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}"