diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-30 08:48:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-05 20:53:57 +0200 |
commit | 7a306bc6323eca2debb74cd177d02b7df14b7c2b (patch) | |
tree | 63ad217861a1b9db06b3859cda836cf7dbfef7f0 /sys-apps/iproute2/iproute2-9999.ebuild | |
parent | sys-apps/ethtool: Inline mirror://kernel (diff) | |
download | gentoo-7a306bc6323eca2debb74cd177d02b7df14b7c2b.tar.gz gentoo-7a306bc6323eca2debb74cd177d02b7df14b7c2b.tar.bz2 gentoo-7a306bc6323eca2debb74cd177d02b7df14b7c2b.zip |
sys-apps/iproute2: Inline mirror://kernel
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 2f36415696f2..737d166cc0fe 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then 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" + SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" fi |