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: Mon, 07 Jul 2014 06:36:54
Message-Id: 1404713247.1a48f04ad68943841722568c2c224ea8678ba4fe.jlec@gentoo
1 commit: 1a48f04ad68943841722568c2c224ea8678ba4fe
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 4 07:16:49 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 7 06:07:27 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1a48f04a
7
8 sci-chemistry/nmrpipe: Fix emul-linux deps for modern multilib
9
10 Package-Manager: portage-2.2.10
11 RepoMan-Options: --force
12
13 ---
14 sci-chemistry/nmrpipe/ChangeLog | 4 ++++
15 sci-chemistry/nmrpipe/nmrpipe-8.1.2013.218.23.09-r1.ebuild | 3 +--
16 2 files changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/ChangeLog
19 index d94799f..630fe3b 100644
20 --- a/sci-chemistry/nmrpipe/ChangeLog
21 +++ b/sci-chemistry/nmrpipe/ChangeLog
22 @@ -6,6 +6,10 @@
23 nmrpipe-8.1.2013.218.23.09-r1.ebuild:
24 Fix emul-linux deps for modern multilib
25
26 + 04 Jul 2014; Justin Lecher <jlec@g.o>
27 + nmrpipe-8.1.2013.218.23.09-r1.ebuild:
28 + Fix emul-linux deps for modern multilib
29 +
30 28 Oct 2013; Justin Lecher <jlec@g.o>
31 -nmrpipe-8.1.2013.218.23.09.ebuild, +nmrpipe-8.1.2013.218.23.09-r1.ebuild,
32 +files/extract.M:
33
34 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
35 index 9bf3a23..7602935 100644
36 --- a/sci-chemistry/nmrpipe/nmrpipe-8.1.2013.218.23.09-r1.ebuild
37 +++ b/sci-chemistry/nmrpipe/nmrpipe-8.1.2013.218.23.09-r1.ebuild
38 @@ -39,6 +39,7 @@ RESTRICT="strip"
39 DEPEND="app-shells/tcsh"
40 RDEPEND="${DEPEND}
41 app-editors/nedit
42 + dev-lang/tk
43 dev-tcltk/blt
44 media-fonts/font-sun-misc
45 !sci-chemistry/sparta+
46 @@ -48,11 +49,9 @@ RDEPEND="${DEPEND}
47 || ( x11-libs/xview x11-libs/xview-bin )
48 || (
49 (
50 - dev-lang/tk[abi_x86_32(-)]
51 x11-libs/libX11[abi_x86_32(-)]
52 )
53 (
54 - app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
55 app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
56 )
57 )