diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-01 20:21:38 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-01 20:21:38 +0000 |
commit | 7b6629f03f4ffe32df411803f19c801d5aa28c3e (patch) | |
tree | d8e06e93d7af2b8bda85da6f6cef1b0ba1265c07 /sci-libs/cdf | |
parent | (#167256, #189456) Bump. Should fix DRI. (diff) | |
download | gentoo-2-7b6629f03f4ffe32df411803f19c801d5aa28c3e.tar.gz gentoo-2-7b6629f03f4ffe32df411803f19c801d5aa28c3e.tar.bz2 gentoo-2-7b6629f03f4ffe32df411803f19c801d5aa28c3e.zip |
Stable on ppc wrt bug 200951
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'sci-libs/cdf')
-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 )" |