From: David Seifert Date: Mon, 13 Jan 2020 10:00:29 +0000 (+0100) Subject: dev-python/pyparted: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4da3d9811795e8963aa6079f64079e074978d123;p=gentoo.git dev-python/pyparted: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/dev-python/pyparted/pyparted-3.10.7.ebuild b/dev-python/pyparted/pyparted-3.10.7.ebuild index 584ee2bac6b6..fce9a031d3bc 100644 --- a/dev-python/pyparted/pyparted-3.10.7.ebuild +++ b/dev-python/pyparted/pyparted-3.10.7.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Python bindings for sys-block/parted" HOMEPAGE="https://github.com/rhinstaller/pyparted/" -SRC_URI="${HOMEPAGE}archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/rhinstaller/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/dev-python/pyparted/pyparted-3.11.2.ebuild b/dev-python/pyparted/pyparted-3.11.2.ebuild index 8eebb1a82fd7..5a9a66752a3f 100644 --- a/dev-python/pyparted/pyparted-3.11.2.ebuild +++ b/dev-python/pyparted/pyparted-3.11.2.ebuild @@ -7,7 +7,7 @@ inherit distutils-r1 DESCRIPTION="Python bindings for sys-block/parted" HOMEPAGE="https://github.com/rhinstaller/pyparted/" -SRC_URI="${HOMEPAGE}archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/rhinstaller/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"