commit: d34bdff6becb8fd1426221246f872563b3cc0058 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 10:15:46 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 10:15:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d34bdff6
sci-chemistry/unio: Fix for non-multilib on prefix Package-Manager: portage-2.2.20 sci-chemistry/unio/ChangeLog | 3 +++ sci-chemistry/unio/unio-2.0.3-r1.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog index 45ac72c..733bf60 100644 --- a/sci-chemistry/unio/ChangeLog +++ b/sci-chemistry/unio/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 Jul 2015; Justin Lecher <[email protected]> unio-2.0.3-r1.ebuild: + sci-chemistry/unio: Fix for non-multilib on prefix + 13 Apr 2015; Justin Lecher <[email protected]> unio-2.0.3-r1.ebuild: sci-chemistry/unio: Drop emul package support diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild index 1104689..19da7c3 100644 --- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild +++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild @@ -18,8 +18,10 @@ IUSE="" RDEPEND=" app-shells/ksh - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]" + !prefix? ( + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + >=x11-libs/libXext-1.3.2[abi_x86_32(-)] + )" DEPEND="" S="${WORKDIR}/UNIO_10"
