diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 10:01:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 10:01:16 +0200 |
commit | 31c86e87e322ba6364823a6476ad6ea45c61e7d7 (patch) | |
tree | cb55018c4d023038f0b178098b73870cf548669e /dev-lang/php | |
parent | dev-tex/tex4ht: ppc64 stable wrt bug #693806 (diff) | |
download | gentoo-31c86e87e322ba6364823a6476ad6ea45c61e7d7.tar.gz gentoo-31c86e87e322ba6364823a6476ad6ea45c61e7d7.tar.bz2 gentoo-31c86e87e322ba6364823a6476ad6ea45c61e7d7.zip |
dev-lang/php: ppc64 stable wrt bug #693810
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-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 69da693866e5..91c621fb07bf 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 a04c38873be5..b874965446f2 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}" |