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 | edc9bc6cb2a616068a81e00ca3dc23e4b46393bc (patch) | |
tree | 279761655ec01f3eb334075a6f07036da51c1baa /dev-lang/parrot/parrot-0.1.1.ebuild | |
parent | keywords ~amd64. (diff) | |
download | historical-edc9bc6cb2a616068a81e00ca3dc23e4b46393bc.tar.gz historical-edc9bc6cb2a616068a81e00ca3dc23e4b46393bc.tar.bz2 historical-edc9bc6cb2a616068a81e00ca3dc23e4b46393bc.zip |
Keyword for sparc (works great)
Diffstat (limited to 'dev-lang/parrot/parrot-0.1.1.ebuild')
-rw-r--r-- | dev-lang/parrot/parrot-0.1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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/ |