summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-23 21:17:53 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-23 21:17:53 +0200
commit758b1ff8d7400b914d36166e457201e1c5ba951d (patch)
tree4b8c1ad57aeb41ae60cef3702d6aaa7627309cf2 /app-cdr
parentapp-cdr/cdrtools: drop 3.02_alpha09 (diff)
downloadgentoo-758b1ff8d7400b914d36166e457201e1c5ba951d.tar.gz
gentoo-758b1ff8d7400b914d36166e457201e1c5ba951d.tar.bz2
gentoo-758b1ff8d7400b914d36166e457201e1c5ba951d.zip
app-cdr/cue2toc: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cue2toc/cue2toc-0.4-r1.ebuild (renamed from app-cdr/cue2toc/cue2toc-0.4.ebuild)7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-cdr/cue2toc/cue2toc-0.4.ebuild b/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild
index 66abd1c3f554..6e3e60ba4aea 100644
--- a/app-cdr/cue2toc/cue2toc-0.4.ebuild
+++ b/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Convert CUE files to cdrdao's TOC format"
HOMEPAGE="http://cue2toc.sourceforge.net/"
@@ -10,6 +10,5 @@ SRC_URI="mirror://sourceforge/cue2toc/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
-IUSE=""
-DEPEND="!app-cdr/cdrdao"
+DEPEND="!!app-cdr/cdrdao"