diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-02-09 04:42:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-02-09 04:42:18 +0000 |
commit | 56049e6572a0b5796f4bfe311d01e0ffc13b6b3d (patch) | |
tree | 09ed945c5dd35852534849c1bf4e2837bb7a71eb /sys-libs/glibc/glibc-2.14.1-r2.ebuild | |
parent | Update SRC_URI to use sourceware.org #455152 by wbrana. (diff) | |
download | gentoo-2-56049e6572a0b5796f4bfe311d01e0ffc13b6b3d.tar.gz gentoo-2-56049e6572a0b5796f4bfe311d01e0ffc13b6b3d.tar.bz2 gentoo-2-56049e6572a0b5796f4bfe311d01e0ffc13b6b3d.zip |
Update SRC_URI/bug/mail links to use sourceware.org #455152 by wbrana.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs/glibc/glibc-2.14.1-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.14.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.14.1-r2.ebuild b/sys-libs/glibc/glibc-2.14.1-r2.ebuild index 944c635dc426..e9a4c30fac07 100644 --- a/sys-libs/glibc/glibc-2.14.1-r2.ebuild +++ b/sys-libs/glibc/glibc-2.14.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.15 2012/12/30 17:16:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.16 2013/02/09 04:42:17 vapier Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing @@ -105,7 +105,7 @@ fi SRC_URI=$( upstream_uris() { - echo mirror://gnu/glibc/$1 ftp://sources.redhat.com/pub/glibc/{releases,snapshots}/$1 mirror://gentoo/$1 + echo mirror://gnu/glibc/$1 ftp://sourceware.org/pub/glibc/{releases,snapshots}/$1 mirror://gentoo/$1 } gentoo_uris() { local devspace="HTTP~vapier/dist/URI HTTP~azarah/glibc/URI" |