From a3fd78857131a73df78d2724de425dc1610c342e Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 23 Feb 2019 13:52:49 -0600 Subject: 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 --- media-sound/pulseeffects/pulseeffects-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'media-sound/pulseeffects/pulseeffects-9999.ebuild') 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 -- cgit v1.2.3-65-gdbad