summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-02-26 13:08:47 +0100
committerDavid Seifert <soap@gentoo.org>2022-02-26 13:08:47 +0100
commit4d513aa8b598fe82aaedefc4d122920a3e7cb766 (patch)
tree3246b3f7224d1968ab41948443e6659bc84f6309
parentmedia-libs/gegl: sync live ebuild (diff)
downloadgentoo-4d513aa8.tar.gz
gentoo-4d513aa8.tar.bz2
gentoo-4d513aa8.zip
media-gfx/gimp: fix broken vala_src_prepare
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--media-gfx/gimp/gimp-2.99.10.ebuild4
-rw-r--r--media-gfx/gimp/gimp-9999.ebuild4
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