commit: 42367439e876718ea6af8bbff03a6fe8cec00dd5
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 18:36:45 2025 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 20:10:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42367439
dev-php/PEAR-Exception: reorder $S for pkgcheck
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
b/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
index c65ce0ed1b12..eb63dd673bb6 100644
--- a/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
+++ b/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
@@ -9,6 +9,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="The PEAR Exception base class"
HOMEPAGE="https://pear.php.net/package/PEAR_Exception"
SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
+S="${WORKDIR}/${MY_P}"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~riscv ~s390 ~sparc x86"
@@ -17,7 +18,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-lang/php:*
!<=dev-php/PEAR-PEAR-1.10.3-r1"
DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
-S="${WORKDIR}/${MY_P}"
src_install() {
insinto /usr/share/php