diff options
author | Stuart Shelton <stuart@shelton.me> | 2018-06-07 19:10:36 +0100 |
---|---|---|
committer | Stuart Shelton <stuart@shelton.me> | 2018-06-07 19:10:36 +0100 |
commit | c367489f1313341db25a930afce8d2f8f3165c7b (patch) | |
tree | 333dcbb22aec2c3e5ec87ef71698859da0044107 /sys-apps/iproute2/iproute2-9999.ebuild | |
parent | Update www-servers/lighttpd-1.4.45-r1 (diff) | |
download | srcshelton-c367489f1313341db25a930afce8d2f8f3165c7b.tar.gz srcshelton-c367489f1313341db25a930afce8d2f8f3165c7b.tar.bz2 srcshelton-c367489f1313341db25a930afce8d2f8f3165c7b.zip |
Update sys-apps/iproute2-9999, remove obsolete iproute2 ebuild with no remaining upstream downloads
Diffstat (limited to 'sys-apps/iproute2/iproute2-9999.ebuild')
-rw-r--r-- | sys-apps/iproute2/iproute2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index 432b762f..ee7e6e61 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic multilib if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" + EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" inherit git-r3 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" |