diff options
author | Sam James <sam@gentoo.org> | 2022-09-10 08:01:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-10 09:40:06 +0100 |
commit | 8cba35820480f96b1fa74244fa880639b5feb542 (patch) | |
tree | 62b65a62c56a6d7008256e6458e9bfabdc48139e /app-cdr/cuecue | |
parent | app-text/po4a: re-add Prefix keywords for 0.67 and 0.68 (diff) | |
download | gentoo-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/cuecue')
-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 ) " |