diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-12 16:05:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-12 16:05:26 +0000 |
commit | f390eaacd4626918462c7c3f4b1aa83002b60dc1 (patch) | |
tree | 1eb98afd6cf8f9afefd16605f4747323d152c611 /sys-devel | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-f390eaacd4626918462c7c3f4b1aa83002b60dc1.tar.gz gentoo-2-f390eaacd4626918462c7c3f4b1aa83002b60dc1.tar.bz2 gentoo-2-f390eaacd4626918462c7c3f4b1aa83002b60dc1.zip |
~ppc
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/crossdev/crossdev-0.4.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-devel/crossdev/crossdev-0.4.ebuild b/sys-devel/crossdev/crossdev-0.4.ebuild index c89d3127d3db..48cd4e0c84db 100644 --- a/sys-devel/crossdev/crossdev-0.4.ebuild +++ b/sys-devel/crossdev/crossdev-0.4.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.4.ebuild,v 1.1 2004/01/30 09:07:56 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.4.ebuild,v 1.2 2004/02/12 16:05:26 vapier Exp $ DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="http://www.gentoo.org" +HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips" -IUSE="" +KEYWORDS="~x86 ~ppc ~sparc ~mips" DEPEND="sys-apps/portage app-shells/bash sys-apps/coreutils" -S=${WORKDIR}/${P} - src_install() { cd ${S} |