diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 08:54:20 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 08:54:20 +0200 |
commit | 2d4d3e1aa42e78298d5c56ca7c16605adf94943d (patch) | |
tree | 08d47f2ceec4dc4158159e504d7b2c09fccaa8ba | |
parent | dev-tex/tex4ht: amd64 stable wrt bug #693806 (diff) | |
download | gentoo-2d4d3e1aa42e78298d5c56ca7c16605adf94943d.tar.gz gentoo-2d4d3e1aa42e78298d5c56ca7c16605adf94943d.tar.bz2 gentoo-2d4d3e1aa42e78298d5c56ca7c16605adf94943d.zip |
dev-lang/php: amd64 stable wrt bug #693810
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-lang/php/php-7.2.22.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/php/php-7.3.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-7.2.22.ebuild b/dev-lang/php/php-7.2.22.ebuild index 4c7a5b1088d3..d35cee1e9ca1 100644 --- a/dev-lang/php/php-7.2.22.ebuild +++ b/dev-lang/php/php-7.2.22.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.9.ebuild b/dev-lang/php/php-7.3.9.ebuild index 6be2a690721f..9570629b4457 100644 --- a/dev-lang/php/php-7.3.9.ebuild +++ b/dev-lang/php/php-7.3.9.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}" |