diff options
author | Sam James <sam@gentoo.org> | 2022-09-10 08:59:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-10 09:40:19 +0100 |
commit | e7c69f17d51e09a6b5c142e1705d148d4aa8be41 (patch) | |
tree | 6dc044169cfd4eeb86c8655e0cf3187d8af8a1d7 /media-sound | |
parent | net-misc/minidlna: add media-libs/flac subslot dep (diff) | |
download | gentoo-e7c69f17d51e09a6b5c142e1705d148d4aa8be41.tar.gz gentoo-e7c69f17d51e09a6b5c142e1705d148d4aa8be41.tar.bz2 gentoo-e7c69f17d51e09a6b5c142e1705d148d4aa8be41.zip |
media-sound/asunder: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/asunder/asunder-2.9.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/asunder/asunder-2.9.7.ebuild b/media-sound/asunder/asunder-2.9.7.ebuild index 7c67d09ec973..cde24a12aab4 100644 --- a/media-sound/asunder/asunder-2.9.7.ebuild +++ b/media-sound/asunder/asunder-2.9.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit xdg @@ -21,6 +21,7 @@ BDEPEND=" DEPEND="media-libs/libcddb media-sound/cdparanoia x11-libs/gtk+:2" +# dlopen() deps RDEPEND="${DEPEND} flac? ( media-libs/flac ) mac? ( media-sound/mac ) |