From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1DE515808C for ; Sat, 26 Feb 2022 12:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 118A0E0845; Sat, 26 Feb 2022 12:08:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED5E4E0845 for ; Sat, 26 Feb 2022 12:08:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2622534305E for ; Sat, 26 Feb 2022 12:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A97ED2F9 for ; Sat, 26 Feb 2022 12:08:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1645877327.4d513aa8b598fe82aaedefc4d122920a3e7cb766.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-2.99.10.ebuild media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4d513aa8b598fe82aaedefc4d122920a3e7cb766 X-VCS-Branch: master Date: Sat, 26 Feb 2022 12:08:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6fc6fc60-e703-4043-a392-a1959852957c X-Archives-Hash: bdb34a52c596dfd901521cd5f29bdd59 commit: 4d513aa8b598fe82aaedefc4d122920a3e7cb766 Author: David Seifert gentoo org> AuthorDate: Sat Feb 26 12:08:47 2022 +0000 Commit: David Seifert gentoo 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 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