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/nmrpipe/
Date: Fri, 31 Jul 2015 10:10:06
Message-Id: 1438337394.deee8cbf581b9e0d9a1431407fe76734ce95f8f7.jlec@gentoo
1 commit: deee8cbf581b9e0d9a1431407fe76734ce95f8f7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 10:09:45 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 10:09:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=deee8cbf
7
8 sci-chemistry/nmrpipe: Fix for non-multilib on prefix
9
10 Package-Manager: portage-2.2.20
11
12 sci-chemistry/nmrpipe/ChangeLog | 4 ++++
13 sci-chemistry/nmrpipe/nmrpipe-8.1.2013.218.23.09-r1.ebuild | 2 +-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/ChangeLog
17 index 329425e..0a1a840 100644
18 --- a/sci-chemistry/nmrpipe/ChangeLog
19 +++ b/sci-chemistry/nmrpipe/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 31 Jul 2015; Justin Lecher <jlec@g.o>
25 + nmrpipe-8.1.2013.218.23.09-r1.ebuild:
26 + sci-chemistry/nmrpipe: Fix for non-multilib on prefix
27 +
28 13 Apr 2015; Justin Lecher <jlec@g.o>
29 nmrpipe-8.1.2013.218.23.09-r1.ebuild:
30 sci-chemistry/nmrpipe: Drop emul package support
31
32 diff --git a/sci-chemistry/nmrpipe/nmrpipe-8.1.2013.218.23.09-r1.ebuild b/sci-chemistry/nmrpipe/nmrpipe-8.1.2013.218.23.09-r1.ebuild
33 index 938dc8d..fa8e17a 100644
34 --- a/sci-chemistry/nmrpipe/nmrpipe-8.1.2013.218.23.09-r1.ebuild
35 +++ b/sci-chemistry/nmrpipe/nmrpipe-8.1.2013.218.23.09-r1.ebuild
36 @@ -47,7 +47,7 @@ RDEPEND="${DEPEND}
37 sys-libs/ncurses
38 x11-apps/xset
39 || ( x11-libs/xview x11-libs/xview-bin )
40 - >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
41 + !prefix? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)] )
42 prefix? ( dev-util/patchelf )"
43
44 S="${WORKDIR}"