diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 20:13:55 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 20:13:55 +0000 |
commit | c2dd86445460b2ed0fe8bf7fb927dcdc759a0426 (patch) | |
tree | 35606190417bdc793542f4c4667a0f502c15a599 /sys-devel/egcs64-sparc | |
parent | fix the patch (diff) | |
download | gentoo-2-c2dd86445460b2ed0fe8bf7fb927dcdc759a0426.tar.gz gentoo-2-c2dd86445460b2ed0fe8bf7fb927dcdc759a0426.tar.bz2 gentoo-2-c2dd86445460b2ed0fe8bf7fb927dcdc759a0426.zip |
Added LICENSE tag
Diffstat (limited to 'sys-devel/egcs64-sparc')
-rw-r--r-- | sys-devel/egcs64-sparc/egcs64-sparc-19980921-r1.ebuild | 3 |
1 files changed, 2 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 bbab795c803f..9fe62252483d 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.2 2002/04/27 23:34:20 bangert Exp $ +# $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 $ EGCSDATE=`echo $P| sed -e 's/egcs64-sparc-\([0-9]*\).*/\1/'` EGCSVER=2.92.11 @@ -10,6 +10,7 @@ A="egcs64_${EGCSDATE}.orig.tar.gz" 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" #RDEPEND="virtual/glibc" #MYCHOST=`echo $CHOST | sed 's/sparc-/sparc64-/'` |