commit: e37ba707d5dcbb6218c524c087ea6ed0b3c1d21b
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 20:14:33 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue May 16 20:14:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37ba707
dev-lang/php: fix indirect inherit QA warning in php-8.1.18-r1.ebuild.
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
dev-lang/php/php-8.1.18-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/php/php-8.1.18-r1.ebuild
b/dev-lang/php/php-8.1.18-r1.ebuild
index bdd36d3fc8f6..c0e72501cd78 100644
--- a/dev-lang/php/php-8.1.18-r1.ebuild
+++ b/dev-lang/php/php-8.1.18-r1.ebuild
@@ -5,7 +5,7 @@ EAPI="8"
WANT_AUTOMAKE="none"
-inherit flag-o-matic systemd autotools
+inherit flag-o-matic multilib systemd autotools
MY_PV=${PV/_rc/RC}
DESCRIPTION="The PHP language runtime engine"