From: Brian Evans Date: Fri, 16 Aug 2019 13:49:27 +0000 (-0400) Subject: dev-php/phar-io-manifest: Remove HOMEPAGE from SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=48fed25ef3dbeb08fa7995287b897fdba6795f4e;p=gentoo.git dev-php/phar-io-manifest: 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-manifest/phar-io-manifest-1.0.3.ebuild b/dev-php/phar-io-manifest/phar-io-manifest-1.0.3.ebuild index 7287044db582..ce651fab76f1 100644 --- a/dev-php/phar-io-manifest/phar-io-manifest-1.0.3.ebuild +++ b/dev-php/phar-io-manifest/phar-io-manifest-1.0.3.ebuild @@ -5,7 +5,7 @@ EAPI="7" DESCRIPTION="Reading phar.io manifest information from a PHP Archive (PHAR)" HOMEPAGE="https://github.com/phar-io/manifest" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/phar-io/manifest/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"