From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 69D69138222 for ; Tue, 3 May 2016 04:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB9921C001; Tue, 3 May 2016 04:22:42 +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 037E321C001 for ; Tue, 3 May 2016 04:22:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7842B340A98 for ; Tue, 3 May 2016 04:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00BE7188 for ; Tue, 3 May 2016 04:22:37 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1462249353.a1a488332284fe3e023cfdf1bf9d83c63330d67e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild X-VCS-Directories: media-gfx/uniconvertor/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a1a488332284fe3e023cfdf1bf9d83c63330d67e X-VCS-Branch: master Date: Tue, 3 May 2016 04:22:37 +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: e4c44cdf-0eaa-4408-840d-2c3b875acabf X-Archives-Hash: 0306aafdd7fdf265400a4607b320b9c7 commit: a1a488332284fe3e023cfdf1bf9d83c63330d67e Author: Lars Wendler gentoo org> AuthorDate: Tue May 3 04:22:19 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 3 04:22:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a48833 media-gfx/uniconvertor: Don't apply patches twice (bug #581896). Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild index 505e9e5..60562e8 100644 --- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild +++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild @@ -33,8 +33,6 @@ PATCHES=( ) python_prepare_all() { - default - local wand wand=$(pkg-config --libs MagickWand | sed -e "s:^ *::g" -e "s: *$::g" -e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")