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/unio/
Date: Fri, 31 Jul 2015 10:15:57
Message-Id: 1438337746.d34bdff6becb8fd1426221246f872563b3cc0058.jlec@gentoo
1 commit: d34bdff6becb8fd1426221246f872563b3cc0058
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 10:15:46 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 10:15:46 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d34bdff6
7
8 sci-chemistry/unio: Fix for non-multilib on prefix
9
10 Package-Manager: portage-2.2.20
11
12 sci-chemistry/unio/ChangeLog | 3 +++
13 sci-chemistry/unio/unio-2.0.3-r1.ebuild | 6 ++++--
14 2 files changed, 7 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
17 index 45ac72c..733bf60 100644
18 --- a/sci-chemistry/unio/ChangeLog
19 +++ b/sci-chemistry/unio/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 31 Jul 2015; Justin Lecher <jlec@g.o> unio-2.0.3-r1.ebuild:
25 + sci-chemistry/unio: Fix for non-multilib on prefix
26 +
27 13 Apr 2015; Justin Lecher <jlec@g.o> unio-2.0.3-r1.ebuild:
28 sci-chemistry/unio: Drop emul package support
29
30
31 diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
32 index 1104689..19da7c3 100644
33 --- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild
34 +++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
35 @@ -18,8 +18,10 @@ IUSE=""
36
37 RDEPEND="
38 app-shells/ksh
39 - >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
40 - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]"
41 + !prefix? (
42 + >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
43 + >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
44 + )"
45 DEPEND=""
46
47 S="${WORKDIR}/UNIO_10"