summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-10 08:01:45 +0100
committerSam James <sam@gentoo.org>2022-09-10 09:40:06 +0100
commit8cba35820480f96b1fa74244fa880639b5feb542 (patch)
tree62b65a62c56a6d7008256e6458e9bfabdc48139e /app-cdr
parentapp-text/po4a: re-add Prefix keywords for 0.67 and 0.68 (diff)
downloadgentoo-8cba35820480f96b1fa74244fa880639b5feb542.tar.gz
gentoo-8cba35820480f96b1fa74244fa880639b5feb542.tar.bz2
gentoo-8cba35820480f96b1fa74244fa880639b5feb542.zip
app-cdr/cuecue: add media-libs/flac subslot dep
media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James <sam@gentoo.org>
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 )
"