Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cdf/
Date: Mon, 07 Mar 2016 08:13:54
Message-Id: 1457338417.4025f4bdcdd4d07ae9b3d726ac1e8f55c98c64ab.soap@gentoo
1 commit: 4025f4bdcdd4d07ae9b3d726ac1e8f55c98c64ab
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 08:13:19 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 08:13:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4025f4bd
7
8 sci-libs/cdf: Add missing subslot dependency
9
10 Package-Manager: portage-2.2.27
11
12 sci-libs/cdf/cdf-3.5.0.2.ebuild | 11 ++++-------
13 1 file changed, 4 insertions(+), 7 deletions(-)
14
15 diff --git a/sci-libs/cdf/cdf-3.5.0.2.ebuild b/sci-libs/cdf/cdf-3.5.0.2.ebuild
16 index b582232..0e2990b 100644
17 --- a/sci-libs/cdf/cdf-3.5.0.2.ebuild
18 +++ b/sci-libs/cdf/cdf-3.5.0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -30,13 +30,10 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
26 IUSE="doc examples java ncurses static-libs"
27
28 RDEPEND="
29 - java? ( >=virtual/jre-1.5 )
30 - ncurses? ( sys-libs/ncurses )
31 - "
32 -DEPEND="
33 - java? ( >=virtual/jdk-1.5 )
34 - ncurses? ( sys-libs/ncurses )
35 + java? ( >=virtual/jre-1.5:= )
36 + ncurses? ( sys-libs/ncurses:0= )
37 "
38 +DEPEND="${RDEPEND}"
39
40 S="${WORKDIR}/${MY_P}-dist"