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>
This commit is contained in:
Sam James
2021-05-13 15:50:26 +02:00
committed by David Seifert
parent fe715cdbd5
commit a7f3ee71ed
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
EAPI="7"
inherit flag-o-matic systemd autotools
inherit flag-o-matic multilib systemd autotools
MY_PV=${PV/_rc/RC}
DESCRIPTION="The PHP language runtime engine"

View File

@@ -3,7 +3,7 @@
EAPI="7"
inherit flag-o-matic systemd autotools
inherit flag-o-matic multilib systemd autotools
MY_PV=${PV/_rc/RC}
DESCRIPTION="The PHP language runtime engine"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"