diff options
author | Markus Meier <maekke@gentoo.org> | 2007-12-01 21:24:40 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2007-12-01 21:24:40 +0000 |
commit | cf5fc1fa6e3fbdeaef5f5ff10da586acb3ad8099 (patch) | |
tree | ea67a1df60c3ce5a201fd8bf51152d5de150cad1 /sci-libs | |
parent | version bump (diff) | |
download | gentoo-2-cf5fc1fa6e3fbdeaef5f5ff10da586acb3ad8099.tar.gz gentoo-2-cf5fc1fa6e3fbdeaef5f5ff10da586acb3ad8099.tar.bz2 gentoo-2-cf5fc1fa6e3fbdeaef5f5ff10da586acb3ad8099.zip |
x86 stable, bug #200951 and quotes
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cdf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cdf/cdf-3.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/cdf/ChangeLog b/sci-libs/cdf/ChangeLog index 5385848fe22b..940ba36f1101 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.7 2007/12/01 20:21:38 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/ChangeLog,v 1.8 2007/12/01 21:24:40 maekke Exp $ + + 01 Dec 2007; Markus Meier <maekke@gentoo.org> cdf-3.1.ebuild: + x86 stable, bug #200951 and quotes 01 Dec 2007; nixnut <nixnut@gentoo.org> cdf-3.1.ebuild: Stable on ppc wrt bug 200951 diff --git a/sci-libs/cdf/cdf-3.1.ebuild b/sci-libs/cdf/cdf-3.1.ebuild index 4d290698848a..2df02db0a1b1 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.3 2007/12/01 20:21:38 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cdf/cdf-3.1.ebuild,v 1.4 2007/12/01 21:24:40 maekke 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 )" @@ -97,7 +97,7 @@ src_install() { if use doc; then insinto /usr/share/doc/${PF} doins "${DISTDIR}"/${MY_P}*.pdf - use java || rm ${D}/usr/share/doc/${PF}/${MY_P}jrm.pdf + use java || rm "${D}"/usr/share/doc/${PF}/${MY_P}jrm.pdf fi if use examples; then |