summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-09-07 14:56:20 -0400
committerMichael Orlitzky <mjo@gentoo.org>2023-09-07 14:56:20 -0400
commit3bd3679514ab4e4467e66387e08489e8af897500 (patch)
tree8cb1254d5a5dfb2293b4f151b35d0262d2c7e0b8 /dev-lang
parentdev-lang/php: filter LTO flags (diff)
downloadgentoo-3bd3679514ab4e4467e66387e08489e8af897500.tar.gz
gentoo-3bd3679514ab4e4467e66387e08489e8af897500.tar.bz2
gentoo-3bd3679514ab4e4467e66387e08489e8af897500.zip
dev-lang/php: fix indirect multilib inherit
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/php-8.0.30.ebuild2
1 files changed, 1 insertions, 1 deletions
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/"