diff options
-rw-r--r-- | media-sound/pulseeffects/pulseeffects-9999.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/pulseeffects/pulseeffects-9999.ebuild b/media-sound/pulseeffects/pulseeffects-9999.ebuild index edcf67ece621..4af99eaba788 100644 --- a/media-sound/pulseeffects/pulseeffects-9999.ebuild +++ b/media-sound/pulseeffects/pulseeffects-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit gnome2-utils meson @@ -48,10 +48,13 @@ RDEPEND=" # and sys-devel/gettext depends reasoning DEPEND=" ${RDEPEND} - virtual/pkgconfig dev-libs/appstream-glib sys-devel/gettext " +BDEPEND=" + >=sys-devel/gcc-7.3.0 + virtual/pkgconfig +" pkg_postinst(){ gnome2_gconf_install |