diff options
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 c8d093a1f8c0..33e8c9c3494f 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.265 2006/04/12 02:36:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.266 2006/04/13 05:26:24 vapier Exp $ -HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" +HOMEPAGE="http://gcc.gnu.org/" LICENSE="GPL-2 LGPL-2.1" RESTRICT="nostrip" # cross-compilers need controlled stripping |