commit: 4d513aa8b598fe82aaedefc4d122920a3e7cb766
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 12:08:47 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 12:08:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d513aa8
media-gfx/gimp: fix broken vala_src_prepare
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-gfx/gimp/gimp-2.99.10.ebuild | 4 ++--
media-gfx/gimp/gimp-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-gfx/gimp/gimp-2.99.10.ebuild
b/media-gfx/gimp/gimp-2.99.10.ebuild
index d21a53c727cf..75e77fab2cd0 100644
--- a/media-gfx/gimp/gimp-2.99.10.ebuild
+++ b/media-gfx/gimp/gimp-2.99.10.ebuild
@@ -130,8 +130,6 @@ src_prepare() {
gnome2_src_prepare # calls eautoreconf
- use vala && vala_src_prepare
-
sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g'
-i configure || die #615144
fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test
@@ -155,6 +153,8 @@ _adjust_sandbox() {
src_configure() {
_adjust_sandbox
+ use vala && vala_setup
+
local myconf=(
GEGL="${EPREFIX}"/usr/bin/gegl-0.4
GDBUS_CODEGEN="${EPREFIX}"/usr/bin/gdbus-codegen
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
index df02f6ead41d..28a370966ece 100644
--- a/media-gfx/gimp/gimp-9999.ebuild
+++ b/media-gfx/gimp/gimp-9999.ebuild
@@ -131,8 +131,6 @@ src_prepare() {
gnome2_src_prepare # calls eautoreconf
- use vala && vala_src_prepare
-
sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g'
-i configure || die #615144
fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test
@@ -156,6 +154,8 @@ _adjust_sandbox() {
src_configure() {
_adjust_sandbox
+ use vala && vala_setup
+
local myconf=(
GEGL="${EPREFIX}"/usr/bin/gegl-0.4
GDBUS_CODEGEN="${EPREFIX}"/usr/bin/gdbus-codegen