dev-python/pychroot: version bump to 0.9.14

This commit is contained in:
Tim Harder
2016-05-28 16:32:34 -04:00
parent 2218761fcd
commit 0241e08ac4
3 changed files with 49 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
KEYWORDS="~amd64 ~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="a python library and cli tool that simplify chroot handling"