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.3.0.20160104.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.3.0.20160104.ebuild')
-rw-r--r--sys-libs/newlib/newlib-2.3.0.20160104.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
index 8c40312c0ad2..5f23c0ffb2ce 100644
--- a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
+++ b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
@@ -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"