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 | 240d6cfb77b4314c06607125c2a93577a20cca4a (patch) | |
tree | b77c8fac88d2a82b4ea8035aa432939c15424760 /sys-devel | |
parent | version bump (diff) | |
download | historical-240d6cfb77b4314c06607125c2a93577a20cca4a.tar.gz historical-240d6cfb77b4314c06607125c2a93577a20cca4a.tar.bz2 historical-240d6cfb77b4314c06607125c2a93577a20cca4a.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} |