diff options
author | Sam James <sam@gentoo.org> | 2020-07-19 11:38:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-19 11:52:18 +0000 |
commit | 401f57dcef6af1fc1d758b159cf4fe748f7b73e4 (patch) | |
tree | 529a3dc7879e684ffddd1c6e9693337a9da44a21 /dev-lang/php | |
parent | games-engines/scummvm: Allow dependency on GLES 1/2 instead of OpenGL (diff) | |
download | gentoo-401f57dcef6af1fc1d758b159cf4fe748f7b73e4.tar.gz gentoo-401f57dcef6af1fc1d758b159cf4fe748f7b73e4.tar.bz2 gentoo-401f57dcef6af1fc1d758b159cf4fe748f7b73e4.zip |
dev-lang/php: amd64 stable (bug #732488)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.2.32.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/php/php-7.3.20.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/php/php-7.4.8-r1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/php/php-7.2.32.ebuild b/dev-lang/php/php-7.2.32.ebuild index f464363d73f0..20ab7418c2ad 100644 --- a/dev-lang/php/php-7.2.32.ebuild +++ b/dev-lang/php/php-7.2.32.ebuild @@ -18,7 +18,7 @@ LICENSE="PHP-3.01 unicode? ( BSD-2 LGPL-2.1 )" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" # We can build the following SAPIs in the given order SAPIS="embed cli cgi fpm apache2 phpdbg" diff --git a/dev-lang/php/php-7.3.20.ebuild b/dev-lang/php/php-7.3.20.ebuild index ee3a67356c9f..4583dedfe50e 100644 --- a/dev-lang/php/php-7.3.20.ebuild +++ b/dev-lang/php/php-7.3.20.ebuild @@ -19,7 +19,7 @@ LICENSE="PHP-3.01 unicode? ( BSD-2 LGPL-2.1 )" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/dev-lang/php/php-7.4.8-r1.ebuild b/dev-lang/php/php-7.4.8-r1.ebuild index ab72e42eca7d..b7203bdf290c 100644 --- a/dev-lang/php/php-7.4.8-r1.ebuild +++ b/dev-lang/php/php-7.4.8-r1.ebuild @@ -21,7 +21,7 @@ LICENSE="PHP-3.01 unicode? ( BSD-2 LGPL-2.1 )" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${MY_PV}" |