diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-03 13:26:09 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-03 13:26:09 +0000 |
commit | f93fd0b248c667a87d11fe0cc37e4f3f61b47d84 (patch) | |
tree | 014d2bf4d4c5b005e8baf8832c2453a6d7d9daa8 /app-sci/cdf | |
parent | patch/epatch cleanup (Manifest recommit) (diff) | |
download | gentoo-2-f93fd0b248c667a87d11fe0cc37e4f3f61b47d84.tar.gz gentoo-2-f93fd0b248c667a87d11fe0cc37e4f3f61b47d84.tar.bz2 gentoo-2-f93fd0b248c667a87d11fe0cc37e4f3f61b47d84.zip |
moving to stable
Diffstat (limited to 'app-sci/cdf')
-rw-r--r-- | app-sci/cdf/cdf-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/cdf/cdf-2.7.ebuild b/app-sci/cdf/cdf-2.7.ebuild index 9e311260fd91..6a5f64cf6692 100644 --- a/app-sci/cdf/cdf-2.7.ebuild +++ b/app-sci/cdf/cdf-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/cdf/cdf-2.7.ebuild,v 1.2 2003/12/22 10:24:31 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/cdf/cdf-2.7.ebuild,v 1.3 2004/03/03 13:26:09 phosphan Exp $ MY_P="${P/-}" MY_P="${MY_P/.}" @@ -11,7 +11,7 @@ SRC_URI="ftp://nssdcftp.gsfc.nasa.gov/standards/cdf/dist/${MY_P}/unix/${MY_P}-di java? ( ftp://nssdcftp.gsfc.nasa.gov/standards/cdf/dist/${MY_P}/unix/${MY_P}-dist-java.tar.gz )" LICENSE="CDF" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="ncurses java" RDEPEND="ncurses? ( sys-libs/ncurses )" |