commit: a3fd78857131a73df78d2724de425dc1610c342e Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Feb 23 19:52:49 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Feb 23 19:56:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fd7885
media-sound/pulseeffects: define gcc minimum Bug: https://bugs.gentoo.org/678600 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> media-sound/pulseeffects/pulseeffects-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/media-sound/pulseeffects/pulseeffects-9999.ebuild b/media-sound/pulseeffects/pulseeffects-9999.ebuild index edcf67ece62..4af99eaba78 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
