summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cuecue/cuecue-0.2.2-r4.ebuild (renamed from app-cdr/cuecue/cuecue-0.2.2-r3.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-cdr/cuecue/cuecue-0.2.2-r3.ebuild b/app-cdr/cuecue/cuecue-0.2.2-r4.ebuild
index 03166b162e34..72d3a48deb62 100644
--- a/app-cdr/cuecue/cuecue-0.2.2-r3.ebuild
+++ b/app-cdr/cuecue/cuecue-0.2.2-r4.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit toolchain-funcs
DESCRIPTION="Cuecue converts .cue + [.ogg|.flac|.wav|.mp3] to .cue + .bin"
@@ -11,12 +12,12 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-# Enable one use flag by default, bug 254745"
+# Enable one use flag by default, bug #254745
IUSE="flac mp3 +vorbis"
REQUIRED_USE="|| ( flac mp3 vorbis )"
DEPEND="
- flac? ( media-libs/flac )
+ flac? ( media-libs/flac:= )
mp3? ( media-libs/libmad )
vorbis? ( media-libs/libvorbis media-libs/libogg )
"