commit: 3fcf220b902baf26a284f2cf03ba4c1927f7da6a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 10:10:25 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 10:32:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcf220b
dev-python/queuelib: Fix HOMEPAGE to avoid vars
dev-python/queuelib/queuelib-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild
b/dev-python/queuelib/queuelib-1.1.1.ebuild
index 1642e50bdea..8a91aa73afd 100644
--- a/dev-python/queuelib/queuelib-1.1.1.ebuild
+++ b/dev-python/queuelib/queuelib-1.1.1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Collection of persistent (disk-based) queues"
-HOMEPAGE="https://github.com/scrapy/${PN}"
-SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/scrapy/queuelib"
+SRC_URI="https://github.com/scrapy/queuelib/archive/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="BSD"
SLOT="0"