summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-10 08:24:46 +0100
committerSam James <sam@gentoo.org>2022-09-10 09:40:12 +0100
commitf7bdf772cc00575a5a8e04a7196f8314c9de0b71 (patch)
treecbb3fd0ba558f6ab5f315e384e4eb8fc6eef1093 /gnustep-apps/cynthiune
parentdev-scheme/bigloo: add media-libs/flac subslot dep (diff)
downloadgentoo-f7bdf772cc00575a5a8e04a7196f8314c9de0b71.tar.gz
gentoo-f7bdf772cc00575a5a8e04a7196f8314c9de0b71.tar.bz2
gentoo-f7bdf772cc00575a5a8e04a7196f8314c9de0b71.zip
gnustep-apps/cynthiune: 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 'gnustep-apps/cynthiune')
-rw-r--r--gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild (renamed from gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild
index 0ed39cfd4bfc..1fabe0cea2be 100644
--- a/gnustep-apps/cynthiune/cynthiune-1.0.0-r3.ebuild
+++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,7 @@ RDEPEND="media-libs/audiofile:=
media-libs/taglib
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao:= )
- flac? ( media-libs/flac )
+ flac? ( media-libs/flac:= )
mad? (
media-libs/libid3tag:=
media-libs/libmad
@@ -32,8 +32,8 @@ RDEPEND="media-libs/audiofile:=
>=media-libs/libogg-1.1.2
>=media-libs/libvorbis-1.0.1-r2
)"
-DEPEND="${RDEPEND}
- mad? ( virtual/pkgconfig )"
+DEPEND="${RDEPEND}"
+BDEPEND="mad? ( virtual/pkgconfig )"
S=${WORKDIR}/${MY_P}