diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-12-21 12:23:50 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-12-21 12:23:50 +0000 |
commit | d5ac80dc5aa12711a18d97976698467165c5c53d (patch) | |
tree | 7de3a63461ebc3090fb6b51d16068a7c3eb43c32 /dev-lang/parrot | |
parent | keywords ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-d5ac80dc5aa12711a18d97976698467165c5c53d.tar.gz gentoo-2-d5ac80dc5aa12711a18d97976698467165c5c53d.tar.bz2 gentoo-2-d5ac80dc5aa12711a18d97976698467165c5c53d.zip |
Keyword for sparc (works great)
Diffstat (limited to 'dev-lang/parrot')
-rw-r--r-- | dev-lang/parrot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-0.1.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog index 078db4094ffd..3a114b793638 100644 --- a/dev-lang/parrot/ChangeLog +++ b/dev-lang/parrot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/parrot # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.1 2004/12/20 14:48:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.2 2004/12/21 12:23:50 mcummings Exp $ + + 21 Dec 2004; Michael Cummings <mcummings@gentoo.org> parrot-0.1.1.ebuild: + Keyword for sparc (works great) *parrot-0.1.1 (20 Dec 2004) diff --git a/dev-lang/parrot/parrot-0.1.1.ebuild b/dev-lang/parrot/parrot-0.1.1.ebuild index 4668f1327a4e..3658990de9d5 100644 --- a/dev-lang/parrot/parrot-0.1.1.ebuild +++ b/dev-lang/parrot/parrot-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.1.ebuild,v 1.2 2004/12/20 15:39:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.1.ebuild,v 1.3 2004/12/21 12:23:50 mcummings Exp $ DESCRIPTION="The virtual machine that perl6 relies on." HOMEPAGE="http://www.parrotcode.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://cpan/authors/id/L/LT/LTOETSCH/${S}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" IUSE="" #this ebuild has been tested with the given perl @@ -25,9 +25,9 @@ src_compile() { src_install() { #The prefix was set by Configure.pl - see src_compile(). - make install BUILDPREFIX=${D} PREFIX=/usr/share/${P} || die + make install BUILDPREFIX=${D} PREFIX=/usr/lib/${P} || die dodir /usr/bin - dosym /usr/share/${P}/bin/parrot /usr/bin + dosym /usr/lib/${P}/bin/parrot /usr/bin #TODO: put the doc (pod) and examples in a special dir #/docs/ /examples/ |