commit: 6146a90d889ed538766b0d805b500a108f5868aa
Author: Lothar Serra Mari <mail <AT> serra <DOT> me>
AuthorDate: Mon Nov 24 10:17:59 2025 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 25 00:26:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6146a90d
dev-lang/php: Drop obsolete code for shared module installation in 8.5
Signed-off-by: Lothar Serra Mari <mail <AT> serra.me>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-lang/php/php-8.5.0.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-lang/php/php-8.5.0.ebuild b/dev-lang/php/php-8.5.0.ebuild
index 46dc03cc602e..507563d006f0 100644
--- a/dev-lang/php/php-8.5.0.ebuild
+++ b/dev-lang/php/php-8.5.0.ebuild
@@ -590,11 +590,6 @@ src_install() {
emake INSTALL_ROOT="${D}" \
install-build install-headers install-programs
- # Install shared modules
- if [ -n "$(find ${PWD}/modules/ -mindepth 1 -maxdepth 1)" ]; then
- emake INSTALL_ROOT="${D}" install-modules
- fi
-
# Create the directory where we'll put version-specific php scripts
keepdir "/usr/share/php${PHP_MV}"