diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-22 11:50:25 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-22 11:50:25 +0300 |
commit | 49c1ca3b26839d9857933a5893e884e5e413c10a (patch) | |
tree | 6847550117371fa10c3c214b2d91c4925d998e34 /dev-lang | |
parent | x11-themes/qtcurve: amd64 stable wrt bug #690302 (diff) | |
download | gentoo-49c1ca3b26839d9857933a5893e884e5e413c10a.tar.gz gentoo-49c1ca3b26839d9857933a5893e884e5e413c10a.tar.bz2 gentoo-49c1ca3b26839d9857933a5893e884e5e413c10a.zip |
dev-lang/php: amd64 stable wrt bug #690154
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.2.20.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/php/php-7.3.7-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-7.2.20.ebuild b/dev-lang/php/php-7.2.20.ebuild index 137601d70829..e89c5738e007 100644 --- a/dev-lang/php/php-7.2.20.ebuild +++ b/dev-lang/php/php-7.2.20.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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~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.7-r1.ebuild b/dev-lang/php/php-7.3.7-r1.ebuild index d717dc3d5454..7a1095d196e4 100644 --- a/dev-lang/php/php-7.3.7-r1.ebuild +++ b/dev-lang/php/php-7.3.7-r1.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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${MY_PV}" |