diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-30 08:49:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-05 20:54:09 +0200 |
commit | 8c7b7cd9436ed107955a517ed6a55f89d94b14b9 (patch) | |
tree | 17e44a45cbdbfdd560c5e68e71cf690ea55dbbe6 /sys-devel/sparse/sparse-9999.ebuild | |
parent | sys-boot/syslinux: Inline mirror://kernel (diff) | |
download | gentoo-8c7b7cd9436ed107955a517ed6a55f89d94b14b9.tar.gz gentoo-8c7b7cd9436ed107955a517ed6a55f89d94b14b9.tar.bz2 gentoo-8c7b7cd9436ed107955a517ed6a55f89d94b14b9.zip |
sys-devel/sparse: Inline mirror://kernel
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/sparse/sparse-9999.ebuild')
-rw-r--r-- | sys-devel/sparse/sparse-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild index 41c95d2e55fe..3276afff1988 100644 --- a/sys-devel/sparse/sparse-9999.ebuild +++ b/sys-devel/sparse/sparse-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/${PN}/${PN}.git" KEYWORDS="" else - SRC_URI="mirror://kernel/software/devel/${PN}/dist/${P}.tar.xz" + SRC_URI="https://www.kernel.org/pub/software/devel/${PN}/dist/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi |