summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2013-03-15 13:17:03 +0000
committerRichard Yao <ryao@gentoo.org>2013-03-15 13:17:03 +0000
commitcdc1a731bf0b44cf6e051f276ec34146dc0dc729 (patch)
treea288f08dd4d019567888648f3750998960d9bd1a /sys-kernel/spl/spl-0.6.0_rc10.ebuild
parentRevision bump: EAPI 5, epatch_user, use readme.gentoo eclass, respect LDFLAGS... (diff)
downloadgentoo-2-cdc1a731bf0b44cf6e051f276ec34146dc0dc729.tar.gz
gentoo-2-cdc1a731bf0b44cf6e051f276ec34146dc0dc729.tar.bz2
gentoo-2-cdc1a731bf0b44cf6e051f276ec34146dc0dc729.zip
Linux 3.9 Support; Install symlinks to make building lustre easier for the Gentoo Cluster team; dodoc miscellaneous documentation; Update github urls on older ebuilds to make repoman happy
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-kernel/spl/spl-0.6.0_rc10.ebuild')
-rw-r--r--sys-kernel/spl/spl-0.6.0_rc10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/spl/spl-0.6.0_rc10.ebuild b/sys-kernel/spl/spl-0.6.0_rc10.ebuild
index 24ac78e39e08..194e8af00b33 100644
--- a/sys-kernel/spl/spl-0.6.0_rc10.ebuild
+++ b/sys-kernel/spl/spl-0.6.0_rc10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-0.6.0_rc10.ebuild,v 1.8 2013/02/11 23:25:16 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-0.6.0_rc10.ebuild,v 1.9 2013/03/15 13:17:03 ryao Exp $
EAPI="4"
AUTOTOOLS_AUTORECONF="1"
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
else
inherit eutils versionator
MY_PV=$(replace_version_separator 3 '-')
- SRC_URI="https://github.com/downloads/zfsonlinux/${PN}/${PN}-${MY_PV}.tar.gz"
+ SRC_URI="mirror://github/zfsonlinux/${PN}/${PN}-${MY_PV}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
KEYWORDS="~amd64"
fi