diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-31 19:58:00 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-31 19:58:00 +0000 |
commit | 9307085651a3a2048508ef0ddfb79007b7eb46f9 (patch) | |
tree | 1360f7988ba2ed516706d7ac43b7f706c6f525ee /sci-chemistry/moldy | |
parent | fix depend.apache usage wrt #208033 (diff) | |
download | gentoo-2-9307085651a3a2048508ef0ddfb79007b7eb46f9.tar.gz gentoo-2-9307085651a3a2048508ef0ddfb79007b7eb46f9.tar.bz2 gentoo-2-9307085651a3a2048508ef0ddfb79007b7eb46f9.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-chemistry/moldy')
-rw-r--r-- | sci-chemistry/moldy/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/moldy/moldy-2.16e.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-chemistry/moldy/ChangeLog b/sci-chemistry/moldy/ChangeLog index 59a87b37cfc4..c748ad5ef72e 100644 --- a/sci-chemistry/moldy/ChangeLog +++ b/sci-chemistry/moldy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/moldy -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.11 2007/02/22 01:27:34 jokey Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.12 2008/01/31 19:58:00 grobian Exp $ + + 31 Jan 2008; Fabian Groffen <grobian@gentoo.org> moldy-2.16e.ebuild: + Dropped ppc-macos keyword, see you in prefix 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/sci-chemistry/moldy/moldy-2.16e.ebuild b/sci-chemistry/moldy/moldy-2.16e.ebuild index c7c735dff169..6799a3aece53 100644 --- a/sci-chemistry/moldy/moldy-2.16e.ebuild +++ b/sci-chemistry/moldy/moldy-2.16e.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.6 2007/06/26 02:40:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.7 2008/01/31 19:58:00 grobian Exp $ IUSE="" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.earth.ox.ac.uk/~keithr/moldy.html" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc-macos" +KEYWORDS="x86" DEPEND="virtual/libc virtual/tetex" @@ -42,7 +42,7 @@ src_compile() { src_install() { dodir /usr/bin - make prefix=${D}/usr install || die + make prefix="${D}"/usr install || die rm Makefile.in configure.in config.h.in insinto /usr/share/${PN}/examples/ doins *.in *.out control.* |