summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-18 05:06:25 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-18 05:06:25 -0500
commit543429b6d59eb2733cae6628c10e33f3dc9e66ab (patch)
treefb8110280c226ae1a8c9dee423557a0c7e8b4437 /sys-libs/newlib/newlib-2.2.0.20150423.ebuild
parentsys-apps/sandbox: disable pch on PaX kernels #572092 (diff)
downloadgentoo-543429b6d59eb2733cae6628c10e33f3dc9e66ab.tar.gz
gentoo-543429b6d59eb2733cae6628c10e33f3dc9e66ab.tar.bz2
gentoo-543429b6d59eb2733cae6628c10e33f3dc9e66ab.zip
sys-libs/newlib: update git repo location #572250
Diffstat (limited to 'sys-libs/newlib/newlib-2.2.0.20150423.ebuild')
-rw-r--r--sys-libs/newlib/newlib-2.2.0.20150423.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild
index 710990d1c8c9..064993fbcd88 100644
--- a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild
+++ b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ EAPI="4"
inherit flag-o-matic toolchain-funcs eutils
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://sourceware.org/git/newlib.git"
+ EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
inherit git-r3
else
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz"