diff options
-rw-r--r-- | sci-libs/cdf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cdf/cdf-3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cdf/ChangeLog b/sci-libs/cdf/ChangeLog index 302089ec9df9..5385848fe22b 100644 --- a/sci-libs/cdf/ChangeLog +++ b/sci-libs/cdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cdf # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/ChangeLog,v 1.6 2007/04/24 15:28:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/ChangeLog,v 1.7 2007/12/01 20:21:38 nixnut Exp $ + + 01 Dec 2007; nixnut <nixnut@gentoo.org> cdf-3.1.ebuild: + Stable on ppc wrt bug 200951 24 Apr 2007; Sébastien Fabbro <bicatali@gentoo.org> cdf-3.1.ebuild: fix syntax error and bug #175870 diff --git a/sci-libs/cdf/cdf-3.1.ebuild b/sci-libs/cdf/cdf-3.1.ebuild index cd81c932b529..4d290698848a 100644 --- a/sci-libs/cdf/cdf-3.1.ebuild +++ b/sci-libs/cdf/cdf-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/cdf-3.1.ebuild,v 1.2 2007/04/24 15:28:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/cdf-3.1.ebuild,v 1.3 2007/12/01 20:21:38 nixnut Exp $ inherit eutils toolchain-funcs multilib @@ -19,7 +19,7 @@ SRC_URI="ftp://rumba.gsfc.nasa.gov/pub/${PN}/dist/${MY_P}/unix/${MY_P}-dist-${PN LICENSE="CDF" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="ncurses java doc examples" RDEPEND="ncurses? ( sys-libs/ncurses )" |