diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 13:45:39 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 13:45:39 +0000 |
commit | 552c0ff9fa473c3ad851fba868d8919c9e657237 (patch) | |
tree | 2f0dde33215cb8fa852050fa4af21ea8d636cf5e /sys-devel/egcs64-sparc | |
parent | Added LICENSE and HOMEPAGE tags (diff) | |
download | gentoo-2-552c0ff9fa473c3ad851fba868d8919c9e657237.tar.gz gentoo-2-552c0ff9fa473c3ad851fba868d8919c9e657237.tar.bz2 gentoo-2-552c0ff9fa473c3ad851fba868d8919c9e657237.zip |
Added SLOT and KEYWORDS tags
Diffstat (limited to 'sys-devel/egcs64-sparc')
-rw-r--r-- | sys-devel/egcs64-sparc/egcs64-sparc-19980921-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/egcs64-sparc/egcs64-sparc-19980921-r1.ebuild b/sys-devel/egcs64-sparc/egcs64-sparc-19980921-r1.ebuild index 9fe62252483d..daee3f3c6cbb 100644 --- a/sys-devel/egcs64-sparc/egcs64-sparc-19980921-r1.ebuild +++ b/sys-devel/egcs64-sparc/egcs64-sparc-19980921-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/egcs64-sparc/egcs64-sparc-19980921-r1.ebuild,v 1.3 2002/07/09 20:13:55 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/egcs64-sparc/egcs64-sparc-19980921-r1.ebuild,v 1.4 2002/07/10 13:45:38 aliz Exp $ EGCSDATE=`echo $P| sed -e 's/egcs64-sparc-\([0-9]*\).*/\1/'` EGCSVER=2.92.11 @@ -11,6 +11,8 @@ DESCRIPTION="sparc64 crosscompiler for building sparc64 kernels on sparc32" SRC_URI="http://ftp.us.debian.org/debian/dists/stable/main/source/devel/${A}" HOMEPAGE="http://www.rocklinux.de/projects/sparc/sparc.html" LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="x86" #RDEPEND="virtual/glibc" #MYCHOST=`echo $CHOST | sed 's/sparc-/sparc64-/'` |