diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 07:53:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 07:57:06 +0000 |
commit | 741cdeb3096012ba68070c3a29848175b1197e32 (patch) | |
tree | ba975a39aa818f6b6708df5fbe79ce175cad008d /app-cdr/cuecue | |
parent | dev-lang/R: add github upstream metadata (diff) | |
download | gentoo-741cdeb3096012ba68070c3a29848175b1197e32.tar.gz gentoo-741cdeb3096012ba68070c3a29848175b1197e32.tar.bz2 gentoo-741cdeb3096012ba68070c3a29848175b1197e32.zip |
app-cdr/cuecue: add BDEPEND on flac for macro; enable flac IUSE by default
Closes: https://bugs.gentoo.org/882447
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-cdr/cuecue')
-rw-r--r-- | app-cdr/cuecue/cuecue-0.2.2-r5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-cdr/cuecue/cuecue-0.2.2-r5.ebuild b/app-cdr/cuecue/cuecue-0.2.2-r5.ebuild index 24e5f7cca2ac..da05b944e010 100644 --- a/app-cdr/cuecue/cuecue-0.2.2-r5.ebuild +++ b/app-cdr/cuecue/cuecue-0.2.2-r5.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" # Enable one use flag by default, bug #254745 -IUSE="flac mp3 +vorbis" +IUSE="+flac mp3 +vorbis" REQUIRED_USE="|| ( flac mp3 vorbis )" DEPEND=" @@ -24,6 +24,8 @@ DEPEND=" RDEPEND=" ${DEPEND} " +# We always need flac for AM_PATH_LIBFLAC if autoreconfing, bug #882447 +BDEPEND="media-libs/flac" PATCHES=( "${FILESDIR}"/${P}-flac113.diff # bug 157706 |