diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-25 21:34:47 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-18 16:09:56 -0500 |
commit | ffd9b9594d4b08f67a35a2fbe55e5c57308d20ef (patch) | |
tree | bc7ca60bc6f12f4377e535d75a3c8ee8d36385b0 /media-libs/gsound | |
parent | gnome-extra/zenity: EAPI 7 (diff) | |
download | gentoo-ffd9b9594d4b08f67a35a2fbe55e5c57308d20ef.tar.gz gentoo-ffd9b9594d4b08f67a35a2fbe55e5c57308d20ef.tar.bz2 gentoo-ffd9b9594d4b08f67a35a2fbe55e5c57308d20ef.zip |
media-libs/gsound: EAPI 7
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/gsound')
-rw-r--r-- | media-libs/gsound/gsound-1.0.2-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/gsound/gsound-1.0.2-r1.ebuild b/media-libs/gsound/gsound-1.0.2-r1.ebuild index bbb5fd9d2776..eff02a07beb6 100644 --- a/media-libs/gsound/gsound-1.0.2-r1.ebuild +++ b/media-libs/gsound/gsound-1.0.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 VALA_USE_DEPEND="vapigen" inherit gnome2 vala @@ -20,7 +20,8 @@ RDEPEND=" media-libs/libcanberra introspection? ( >=dev-libs/gobject-introspection-1.2.9:= ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" >=dev-util/gtk-doc-am-1.20 virtual/pkgconfig vala? ( $(vala_depend) ) |