Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/
Date: Fri, 25 Sep 2015 09:43:29
Message-Id: 1443174197.dc3af39c3a241969ecfb4b0beec8f09c510cb6a7.jlec@gentoo
1 commit: dc3af39c3a241969ecfb4b0beec8f09c510cb6a7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 09:43:17 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 09:43:17 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dc3af39c
7
8 sci-chemistry/coot: Don't set LD_LIBRARY_PATH
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-chemistry/coot/coot-9999.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coot-9999.ebuild
17 index c76273d..a63dd8b 100644
18 --- a/sci-chemistry/coot/coot-9999.ebuild
19 +++ b/sci-chemistry/coot/coot-9999.ebuild
20 @@ -106,6 +106,10 @@ src_unpack() {
21
22 src_prepare() {
23 sed \
24 + -e '/export LD_LIBRARY/s:^:#:g' \
25 + -i src/coot.in || die
26 +
27 + sed \
28 -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" \
29 -i configure.ac || die