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:48
Message-Id: 1457338415.e97fc42bd6e9cd6f55263dd8bbdabbfdd71fcb04.soap@gentoo
1 commit: e97fc42bd6e9cd6f55263dd8bbdabbfdd71fcb04
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 08:11:20 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 08:13:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97fc42b
7
8 sci-libs/cdf: Add missing subslot dependency
9
10 Package-Manager: portage-2.2.27
11
12 sci-libs/cdf/cdf-3.4.1.ebuild | 11 ++++-------
13 1 file changed, 4 insertions(+), 7 deletions(-)
14
15 diff --git a/sci-libs/cdf/cdf-3.4.1.ebuild b/sci-libs/cdf/cdf-3.4.1.ebuild
16 index a6a3cce..a423c63 100644
17 --- a/sci-libs/cdf/cdf-3.4.1.ebuild
18 +++ b/sci-libs/cdf/cdf-3.4.1.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"