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 9946513881E for ; Fri, 25 Sep 2015 10:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A73ACE08B8; Fri, 25 Sep 2015 10:07:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37DB0E08B8 for ; Fri, 25 Sep 2015 10:07:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 656463409FE for ; Fri, 25 Sep 2015 10:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96C64189 for ; Fri, 25 Sep 2015 10:07:01 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443175618.9673485e4ed823cf90ad474897265dab9971210d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/coot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/coot/coot-0.8.2-r1.ebuild sci-chemistry/coot/coot-0.8.2.ebuild X-VCS-Directories: sci-chemistry/coot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9673485e4ed823cf90ad474897265dab9971210d X-VCS-Branch: master Date: Fri, 25 Sep 2015 10:07:01 +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: 43bf1ff1-0f40-4465-8564-ad0f4a4f2b65 X-Archives-Hash: 70a68c3de48600e08ea5b9a168105601 commit: 9673485e4ed823cf90ad474897265dab9971210d Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 25 09:47:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 25 10:06:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9673485e sci-chemistry/coot: Don't set LD_LIBRARY_PATH Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/coot/{coot-0.8.2.ebuild => coot-0.8.2-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-chemistry/coot/coot-0.8.2.ebuild b/sci-chemistry/coot/coot-0.8.2-r1.ebuild similarity index 98% rename from sci-chemistry/coot/coot-0.8.2.ebuild rename to sci-chemistry/coot/coot-0.8.2-r1.ebuild index 18309ee..2663fba 100644 --- a/sci-chemistry/coot/coot-0.8.2.ebuild +++ b/sci-chemistry/coot/coot-0.8.2-r1.ebuild @@ -107,6 +107,10 @@ src_unpack() { src_prepare() { sed \ + -e '/export LD_LIBRARY/s:^:#:g' \ + -i src/coot.in || die + + sed \ -e "s:AM_COOT_SYS_BUILD_TYPE:COOT_SYS_BUILD_TYPE=Gentoo-Linux-${EPYTHON}-gtk2 ; AC_MSG_RESULT([\$COOT_SYS_BUILD_TYPE]); AC_SUBST(COOT_SYS_BUILD_TYPE):g" \ -i configure.ac || die