commit:     e9770bac6b0f87bc1662ca0c1f334a3cc887b9c4
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 14:05:08 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 14:17:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9770bac

dev-php/symfony-filesystem: Remove HOMEPAGE from SRC_URI; RESTRICT test

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild 
b/dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild
index 24314726ed6..f9398c26fd3 100644
--- a/dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild
+++ b/dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild
@@ -5,12 +5,13 @@ EAPI=7
 
 DESCRIPTION="Symfony Filesystem Component"
 HOMEPAGE="https://github.com/symfony/filesystem";
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/symfony/filesystem/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-lang/php:*
        dev-php/fedora-autoloader"

Reply via email to