commit:     e97fc42bd6e9cd6f55263dd8bbdabbfdd71fcb04
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 08:11:20 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 08:13:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97fc42b

sci-libs/cdf: Add missing subslot dependency

Package-Manager: portage-2.2.27

 sci-libs/cdf/cdf-3.4.1.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/sci-libs/cdf/cdf-3.4.1.ebuild b/sci-libs/cdf/cdf-3.4.1.ebuild
index a6a3cce..a423c63 100644
--- a/sci-libs/cdf/cdf-3.4.1.ebuild
+++ b/sci-libs/cdf/cdf-3.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,13 +30,10 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples java ncurses static-libs"
 
 RDEPEND="
-       java? ( >=virtual/jre-1.5 )
-       ncurses? ( sys-libs/ncurses )
-       "
-DEPEND="
-       java? ( >=virtual/jdk-1.5 )
-       ncurses? ( sys-libs/ncurses )
+       java? ( >=virtual/jre-1.5:= )
+       ncurses? ( sys-libs/ncurses:0= )
        "
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}-dist"
 

Reply via email to