commit:     5331539361131482c9f86069cb0dd21746b7776d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 04:08:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 04:08:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53315393

dev-php/mockery: fix broken SRC_URI

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-php/mockery/mockery-0.9.0-r1.ebuild | 4 ++--
 1 file 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"

Reply via email to