commit:     deee8cbf581b9e0d9a1431407fe76734ce95f8f7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 10:09:45 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 10:09:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=deee8cbf

sci-chemistry/nmrpipe: Fix for non-multilib on prefix

Package-Manager: portage-2.2.20

 sci-chemistry/nmrpipe/ChangeLog                            | 4 ++++
 sci-chemistry/nmrpipe/nmrpipe-8.1.2013.218.23.09-r1.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/ChangeLog
index 329425e..0a1a840 100644
--- a/sci-chemistry/nmrpipe/ChangeLog
+++ b/sci-chemistry/nmrpipe/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Jul 2015; Justin Lecher <[email protected]>
+  nmrpipe-8.1.2013.218.23.09-r1.ebuild:
+  sci-chemistry/nmrpipe: Fix for non-multilib on prefix
+
   13 Apr 2015; Justin Lecher <[email protected]>
   nmrpipe-8.1.2013.218.23.09-r1.ebuild:
   sci-chemistry/nmrpipe: Drop emul package support

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
index 938dc8d..fa8e17a 100644
--- 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
@@ -47,7 +47,7 @@ RDEPEND="${DEPEND}
        sys-libs/ncurses
        x11-apps/xset
        || ( x11-libs/xview x11-libs/xview-bin )
-       >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+       !prefix? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)] )
        prefix? ( dev-util/patchelf )"
 
 S="${WORKDIR}"

Reply via email to