summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-05-28 16:28:21 -0400
committerTim Harder <radhermit@gentoo.org>2016-05-28 16:37:45 -0400
commit2218761fcdb81f00143433d89b8db01623a00a9a (patch)
tree0bcd9f7db17f9f6031e3b0798e40e531fde1f12b /dev-util/pkgcheck/pkgcheck-9999.ebuild
parentsys-apps/pkgcore: version bump to 0.9.3 (diff)
downloadgentoo-2218761fcdb81f00143433d89b8db01623a00a9a.tar.gz
gentoo-2218761fcdb81f00143433d89b8db01623a00a9a.tar.bz2
gentoo-2218761fcdb81f00143433d89b8db01623a00a9a.zip
dev-util/pkgcheck: version bump to 0.5.2
Diffstat (limited to 'dev-util/pkgcheck/pkgcheck-9999.ebuild')
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index ce6a19ad97c6..b556dcc88866 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~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="pkgcore-based QA utility"
@@ -21,8 +21,11 @@ HOMEPAGE="https://github.com/pkgcore/pkgcheck"
LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
-RDEPEND="=sys-apps/pkgcore-9999[${PYTHON_USEDEP}]
- =dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
+RDEPEND="
+ =sys-apps/pkgcore-9999[${PYTHON_USEDEP}]
+ =dev-python/snakeoil-9999[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
[[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"