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 C29421395E1 for ; Sun, 30 Oct 2016 08:18:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E93021C012; Sun, 30 Oct 2016 08:18:09 +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 D38D421C012 for ; Sun, 30 Oct 2016 08:18:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EBA1B3412C1 for ; Sun, 30 Oct 2016 08:18:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6745A33D for ; Sun, 30 Oct 2016 08:18:06 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1477815485.320b2f4848d4f67cd193ec79836ce798330dc218.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/wings/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/wings/wings-2.1.ebuild X-VCS-Directories: media-gfx/wings/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 320b2f4848d4f67cd193ec79836ce798330dc218 X-VCS-Branch: master Date: Sun, 30 Oct 2016 08:18:06 +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: 2b6f3255-ff53-44f6-a603-0496f5e6aa1e X-Archives-Hash: e5247bb3d0e3412bac3952e30e6e672f commit: 320b2f4848d4f67cd193ec79836ce798330dc218 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 30 08:10:52 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 30 08:18:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320b2f48 media-gfx/wings: Make sure the sed script additionally fixes what the upstream patch touched (maybe bug #598482). Package-Manager: portage-2.3.2 media-gfx/wings/wings-2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/wings/wings-2.1.ebuild b/media-gfx/wings/wings-2.1.ebuild index c441d9d..ae450f3 100644 --- a/media-gfx/wings/wings-2.1.ebuild +++ b/media-gfx/wings/wings-2.1.ebuild @@ -25,12 +25,12 @@ PATCHES=( ) src_prepare() { + default + sed -i \ -e '/include_lib/s|"wings/|"../|' \ $(find . -name '*'.erl) \ || die - - default } src_configure() {