diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-30 20:24:06 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-30 20:24:06 +0300 |
commit | cfe4192a87ac73deaa0bd0460d774cf62215d44a (patch) | |
tree | 8a04d4a0f8fedcfeb7a589da506e71aca3077c8a /dev-lang/php | |
parent | net-p2p/bittornado: PYTHON_COMPAT+=( python3_7 python3_8 ) (diff) | |
download | gentoo-cfe4192a87ac73deaa0bd0460d774cf62215d44a.tar.gz gentoo-cfe4192a87ac73deaa0bd0460d774cf62215d44a.tar.bz2 gentoo-cfe4192a87ac73deaa0bd0460d774cf62215d44a.zip |
dev-lang/php: arm64 stable (bug #713484)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.2.29.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/php/php-7.3.16.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/php/php-7.4.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/php/php-7.2.29.ebuild b/dev-lang/php/php-7.2.29.ebuild index 702185ace95e..a4e49011405c 100644 --- a/dev-lang/php/php-7.2.29.ebuild +++ b/dev-lang/php/php-7.2.29.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.16.ebuild b/dev-lang/php/php-7.3.16.ebuild index e02c57a58d80..018c09c4a2cc 100644 --- a/dev-lang/php/php-7.3.16.ebuild +++ b/dev-lang/php/php-7.3.16.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.4.ebuild b/dev-lang/php/php-7.4.4.ebuild index dbcb7e007d3c..cc727e92a4f5 100644 --- a/dev-lang/php/php-7.4.4.ebuild +++ b/dev-lang/php/php-7.4.4.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}" |