summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-05-28 16:22:27 -0400
committerTim Harder <radhermit@gentoo.org>2016-05-28 16:37:45 -0400
commit009eec63b51bf22c3f4f7d4ce99528e8a1b9a428 (patch)
treec4ead966b2f9e7b7be115c02277b45ee97623e68 /dev-python/snakeoil/snakeoil-9999.ebuild
parentapp-arch/xar: Version bump. EAPI 6 bump. (diff)
downloadgentoo-009eec63b51bf22c3f4f7d4ce99528e8a1b9a428.tar.gz
gentoo-009eec63b51bf22c3f4f7d4ce99528e8a1b9a428.tar.bz2
gentoo-009eec63b51bf22c3f4f7d4ce99528e8a1b9a428.zip
dev-python/snakeoil: version bump to 0.7.0
Diffstat (limited to 'dev-python/snakeoil/snakeoil-9999.ebuild')
-rw-r--r--dev-python/snakeoil/snakeoil-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild
index 7b7ed4c5cdd0..ab8ff2e36f67 100644
--- a/dev-python/snakeoil/snakeoil-9999.ebuild
+++ b/dev-python/snakeoil/snakeoil-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ SRC_URI="https://github.com/pkgcore/${PN}/releases/download/v${PV}/${P}.tar.gz"
fi
DESCRIPTION="Miscellaneous python utility code"