diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-09-07 14:56:20 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-09-07 14:56:20 -0400 |
commit | 3bd3679514ab4e4467e66387e08489e8af897500 (patch) | |
tree | 8cb1254d5a5dfb2293b4f151b35d0262d2c7e0b8 /dev-lang/php/php-8.0.30.ebuild | |
parent | dev-lang/php: filter LTO flags (diff) | |
download | gentoo-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/php/php-8.0.30.ebuild')
-rw-r--r-- | dev-lang/php/php-8.0.30.ebuild | 2 |
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/" |