commit: 3bd3679514ab4e4467e66387e08489e8af897500 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Thu Sep 7 18:56:20 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Thu Sep 7 18:56:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd36795
dev-lang/php: fix indirect multilib inherit Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-lang/php/php-8.0.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/php/php-8.0.30.ebuild b/dev-lang/php/php-8.0.30.ebuild index a03e55d60986..fd4f849c96e5 100644 --- a/dev-lang/php/php-8.0.30.ebuild +++ b/dev-lang/php/php-8.0.30.ebuild @@ -5,7 +5,7 @@ EAPI=8 WANT_AUTOMAKE="none" -inherit flag-o-matic systemd autotools +inherit flag-o-matic multilib systemd autotools DESCRIPTION="The PHP language runtime engine" HOMEPAGE="https://www.php.net/"
