diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-30 08:48:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-05 20:53:13 +0200 |
commit | 63a6c1591b55441c8fb35a87e85236ccc37c1618 (patch) | |
tree | b13422534dcae0e2d60dc9567dc7f7b1cae257df /dev-vcs/git/git-9999-r1.ebuild | |
parent | dev-util/perf: Inline mirror://kernel (diff) | |
download | gentoo-63a6c1591b55441c8fb35a87e85236ccc37c1618.tar.gz gentoo-63a6c1591b55441c8fb35a87e85236ccc37c1618.tar.bz2 gentoo-63a6c1591b55441c8fb35a87e85236ccc37c1618.zip |
dev-vcs/git: Inline mirror://kernel
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999-r1.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index f3b738828c17..ffb41a3a0440 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -38,7 +38,7 @@ DESCRIPTION="stupid content tracker: distributed VCS designed for speed and effi HOMEPAGE="https://www.git-scm.com/" if [[ ${PV} != *9999 ]]; then SRC_URI_SUFFIX="xz" - SRC_URI_KORG="mirror://kernel/software/scm/git" + SRC_URI_KORG="https://www.kernel.org/pub/software/scm/git" [[ "${PV/rc}" != "${PV}" ]] && SRC_URI_KORG+='/testing' SRC_URI="${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX} ${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} |