From: Brian Evans Date: Fri, 16 Aug 2019 13:55:53 +0000 (-0400) Subject: dev-php/phar-io-version: Remove HOMEPAGE from SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4553d078f1e19249879e5b439fea250c56d5f385;p=gentoo.git dev-php/phar-io-version: Remove HOMEPAGE from SRC_URI Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans --- diff --git a/dev-php/phar-io-version/phar-io-version-2.0.1.ebuild b/dev-php/phar-io-version/phar-io-version-2.0.1.ebuild index 2a2ba341e417..c0576cc49ef8 100644 --- a/dev-php/phar-io-version/phar-io-version-2.0.1.ebuild +++ b/dev-php/phar-io-version/phar-io-version-2.0.1.ebuild @@ -5,7 +5,7 @@ EAPI="7" DESCRIPTION="Library for handling version information and constraints" HOMEPAGE="https://github.com/phar-io/version" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/phar-io/version/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"