summaryrefslogtreecommitdiff
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
parentmedia-libs/exiftool: Remove old (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>
-rw-r--r--dev-lang/php/php-7.3.27-r1.ebuild2
-rw-r--r--dev-lang/php/php-7.3.27.ebuild2
-rw-r--r--dev-lang/php/php-7.4.15.ebuild2
-rw-r--r--dev-lang/php/php-7.4.16.ebuild2
-rw-r--r--dev-lang/php/php-8.0.3.ebuild2
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-lang/php/php-7.3.27-r1.ebuild b/dev-lang/php/php-7.3.27-r1.ebuild
index 42644970c99c..ac0c6358d443 100644
--- a/dev-lang/php/php-7.3.27-r1.ebuild
+++ b/dev-lang/php/php-7.3.27-r1.ebuild
@@ -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"
diff --git a/dev-lang/php/php-7.3.27.ebuild b/dev-lang/php/php-7.3.27.ebuild
index 22c91bfe9a92..6c296df19104 100644
--- a/dev-lang/php/php-7.3.27.ebuild
+++ b/dev-lang/php/php-7.3.27.ebuild
@@ -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"
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"
diff --git a/dev-lang/php/php-7.4.16.ebuild b/dev-lang/php/php-7.4.16.ebuild
index 754dd7ddd62c..03691d940da7 100644
--- a/dev-lang/php/php-7.4.16.ebuild
+++ b/dev-lang/php/php-7.4.16.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"
diff --git a/dev-lang/php/php-8.0.3.ebuild b/dev-lang/php/php-8.0.3.ebuild
index ba7effdfd07c..a3c88c648060 100644
--- a/dev-lang/php/php-8.0.3.ebuild
+++ b/dev-lang/php/php-8.0.3.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"