diff options
author | 2013-02-09 04:32:48 +0000 | |
---|---|---|
committer | 2013-02-09 04:32:48 +0000 | |
commit | 7e3d27a538927863dd37f2d0395d69737a498779 (patch) | |
tree | 188a647fd4d5bb1a9652ad55ed636018f3bee6b1 /eclass | |
parent | version bump (diff) | |
download | gentoo-2-7e3d27a538927863dd37f2d0395d69737a498779.tar.gz gentoo-2-7e3d27a538927863dd37f2d0395d69737a498779.tar.bz2 gentoo-2-7e3d27a538927863dd37f2d0395d69737a498779.zip |
update HOMEPAGE to use sourceware.org #455152
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 8aefa0e9e60c..a486ab157f3c 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.122 2012/12/23 23:37:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.123 2013/02/09 04:32:48 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -61,7 +61,7 @@ fi is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } DESCRIPTION="Tools necessary to build programs" -HOMEPAGE="http://sources.redhat.com/binutils/" +HOMEPAGE="http://sourceware.org/binutils/" case ${BTYPE} in cvs|git) SRC_URI="" ;; |