diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-02-23 13:52:49 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-02-23 13:56:44 -0600 |
commit | a3fd78857131a73df78d2724de425dc1610c342e (patch) | |
tree | cdefaca0ea605c92145463911660eaa5a49401dd /media-sound/pulseeffects | |
parent | dev-java/gradle-bin: version bump. (diff) | |
download | gentoo-a3fd78857131a73df78d2724de425dc1610c342e.tar.gz gentoo-a3fd78857131a73df78d2724de425dc1610c342e.tar.bz2 gentoo-a3fd78857131a73df78d2724de425dc1610c342e.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound/pulseeffects')
-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 |