diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-12-01 22:19:47 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-12-01 22:19:47 +0000 |
commit | 276db0ee8ffd0aca015897722e408d48683173e7 (patch) | |
tree | b0386ba0991fdf578612f49e60ffbfe3e28b2c83 /sci-libs/cdf | |
parent | Added an upstream patch to fix some KDM login issues. Fixes bug 200856. (diff) | |
download | gentoo-2-276db0ee8ffd0aca015897722e408d48683173e7.tar.gz gentoo-2-276db0ee8ffd0aca015897722e408d48683173e7.tar.bz2 gentoo-2-276db0ee8ffd0aca015897722e408d48683173e7.zip |
Stable on amd64 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 940ba36f1101..5571a39445fd 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.8 2007/12/01 21:24:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/ChangeLog,v 1.9 2007/12/01 22:19:47 angelos Exp $ + + 01 Dec 2007; Christoph Mende <angelos@gentoo.org> cdf-3.1.ebuild: + Stable on amd64 wrt bug #200951 01 Dec 2007; Markus Meier <maekke@gentoo.org> cdf-3.1.ebuild: x86 stable, bug #200951 and quotes diff --git a/sci-libs/cdf/cdf-3.1.ebuild b/sci-libs/cdf/cdf-3.1.ebuild index 2df02db0a1b1..2d7f03a1f4b4 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.4 2007/12/01 21:24:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/cdf-3.1.ebuild,v 1.5 2007/12/01 22:19:47 angelos 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 )" |