diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 05:08:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:08:31 +0100 |
commit | 5331539361131482c9f86069cb0dd21746b7776d (patch) | |
tree | 3082592eddac600e5ff5cc9066d625f30f9c417a /dev-php | |
parent | sys-boot/dvhtool: use PV in SRC_URI (diff) | |
download | gentoo-5331539361131482c9f86069cb0dd21746b7776d.tar.gz gentoo-5331539361131482c9f86069cb0dd21746b7776d.tar.bz2 gentoo-5331539361131482c9f86069cb0dd21746b7776d.zip |
dev-php/mockery: fix broken SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mockery/mockery-0.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/mockery/mockery-0.9.0-r1.ebuild b/dev-php/mockery/mockery-0.9.0-r1.ebuild index 72490762ba9e..33c4ee18e58d 100644 --- a/dev-php/mockery/mockery-0.9.0-r1.ebuild +++ b/dev-php/mockery/mockery-0.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit php-pear-r2 DESCRIPTION="Simple yet flexible PHP mock object framework for use in unit testing" HOMEPAGE="https://github.com/padraic/mockery" -SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz" +SRC_URI="http://${PHP_PEAR_DOMAIN}/get/${PEAR_P}.tgz" LICENSE="BSD" SLOT="0" |