diff options
author | 2022-09-10 09:18:09 +0100 | |
---|---|---|
committer | 2022-09-10 09:40:24 +0100 | |
commit | 59faf088e8229d74bb2ddd1f9752d136de5ecd0b (patch) | |
tree | 3153c15536943debfcb637fc7b17e23ff5675b27 /media-sound | |
parent | media-sound/bpmdetect: EAPI 8, add media-libs/flac subslot dep (diff) | |
download | gentoo-59faf088e8229d74bb2ddd1f9752d136de5ecd0b.tar.gz gentoo-59faf088e8229d74bb2ddd1f9752d136de5ecd0b.tar.bz2 gentoo-59faf088e8229d74bb2ddd1f9752d136de5ecd0b.zip |
media-sound/dvda-author: EAPI 8, 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 'media-sound')
-rw-r--r-- | media-sound/dvda-author/dvda-author-10.06-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild index 811fbf5d248c..724c68a62e3a 100644 --- a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild +++ b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop toolchain-funcs @@ -15,8 +15,9 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=" + media-libs/flac:=[ogg] media-sound/sox[png] - media-libs/flac[ogg]" +" DEPEND="${RDEPEND}" BDEPEND="sys-devel/libtool" |