summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-7.4.15.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-13 15:50:26 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-13 15:50:26 +0200
commita7f3ee71edd1c9951b60d2e7ecf107a66fbb66a8 (patch)
treed62cf96a3d0d4e51080b4213d78df5a5da28e64b /dev-lang/php/php-7.4.15.ebuild
parentfe715cdbd52629a1deb0f8cf83206c54a5fc92b4 (diff)
downloadgentoo-a7f3ee71edd1c9951b60d2e7ecf107a66fbb66a8.tar.gz
gentoo-a7f3ee71edd1c9951b60d2e7ecf107a66fbb66a8.tar.bz2
gentoo-a7f3ee71edd1c9951b60d2e7ecf107a66fbb66a8.zip
dev-lang/php: add missing multilib inherit for get_libname
Found using: `grep -rsn -L -e "inherit.*multilib.*" | xargs grep "get_libname"` Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-7.4.15.ebuild')
-rw-r--r--dev-lang/php/php-7.4.15.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.15.ebuild b/dev-lang/php/php-7.4.15.ebuild
index 66581ae2ae3d..48a329e17d5a 100644
--- a/dev-lang/php/php-7.4.15.ebuild
+++ b/dev-lang/php/php-7.4.15.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
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"