diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-05-16 16:14:33 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-05-16 16:14:33 -0400 |
commit | e37ba707d5dcbb6218c524c087ea6ed0b3c1d21b (patch) | |
tree | e267eeaa7065c4ecc6b5528aa567e966a2914ceb /dev-lang | |
parent | dev-lang/php: add support for USE=avif in php-8.1 and php-8.2. (diff) | |
download | gentoo-e37ba707d5dcbb6218c524c087ea6ed0b3c1d21b.tar.gz gentoo-e37ba707d5dcbb6218c524c087ea6ed0b3c1d21b.tar.bz2 gentoo-e37ba707d5dcbb6218c524c087ea6ed0b3c1d21b.zip |
dev-lang/php: fix indirect inherit QA warning in php-8.1.18-r1.ebuild.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-8.1.18-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |