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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AC03139694 for ; Sat, 8 Apr 2017 22:17:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95F4C21C09C; Sat, 8 Apr 2017 22:17:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C18D21C09C for ; Sat, 8 Apr 2017 22:17:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35F5F34167A for ; Sat, 8 Apr 2017 22:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B78973E8 for ; Sat, 8 Apr 2017 22:17:23 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1491689831.e586bf75cb8ab0ec05a41e8d03f3490fff292e80.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: e586bf75cb8ab0ec05a41e8d03f3490fff292e80 X-VCS-Branch: master Date: Sat, 8 Apr 2017 22:17:23 +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-Archives-Salt: f2bd2518-1baf-49f1-8f69-d36d73a6cbdc X-Archives-Hash: dc05e49cabd2c9ee97cc828188a486cf commit: e586bf75cb8ab0ec05a41e8d03f3490fff292e80 Author: Sebastian Pipping gentoo org> AuthorDate: Sat Apr 8 22:16:33 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Apr 8 22:17:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e586bf75 media-gfx/gimp: Allow 9999 user patches (bug #614914) Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-gfx/gimp/gimp-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index f500d7f30bb..84387691719 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -115,6 +115,8 @@ pkg_setup() { } src_prepare() { + epatch_user + sed -i -e 's/== "xquartz"/= "xquartz"/' configure.ac || die #494864 echo '#!/bin/sh' > py-compile