commit:     4025f4bdcdd4d07ae9b3d726ac1e8f55c98c64ab
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 08:13:19 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 08:13:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4025f4bd

sci-libs/cdf: Add missing subslot dependency

Package-Manager: portage-2.2.27

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

diff --git a/sci-libs/cdf/cdf-3.5.0.2.ebuild b/sci-libs/cdf/cdf-3.5.0.2.ebuild
index b582232..0e2990b 100644
--- a/sci-libs/cdf/cdf-3.5.0.2.ebuild
+++ b/sci-libs/cdf/cdf-3.5.0.2.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