diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-02 22:42:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-02 22:42:51 +0000 |
commit | ce7a40da2d57ea88a5d604992d4cd3fb1409c303 (patch) | |
tree | 9c4ae602901df2ea15de16812a78d7bced803eb2 /eclass/toolchain.eclass | |
parent | Don't use tls enabled lib when the user has CHOST=i386 USE=nptl since they re... (diff) | |
download | gentoo-2-ce7a40da2d57ea88a5d604992d4cd3fb1409c303.tar.gz gentoo-2-ce7a40da2d57ea88a5d604992d4cd3fb1409c303.tar.bz2 gentoo-2-ce7a40da2d57ea88a5d604992d4cd3fb1409c303.zip |
change version tag from Gentoo Linux to just Gentoo
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 538d36569329..7952513559d9 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.143 2005/04/25 07:28:59 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.144 2005/05/02 22:42:51 vapier Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -817,7 +817,7 @@ gcc-library_src_unpack() { : } gcc_src_unpack() { - local release_version="Gentoo Linux ${PVR}" + local release_version="Gentoo ${PVR}" gcc_quick_unpack exclude_gcc_patches |