diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-01 13:17:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-01 13:17:24 +0300 |
commit | fee9ff727dde96180996f2dcbc3d1e66ef82f522 (patch) | |
tree | 466734bab14fa1f2ad746e33af20ac4aed837025 /dev-lang | |
parent | dev-libs/libassuan: arm stable wrt bug #695700 (diff) | |
download | gentoo-fee9ff727dde96180996f2dcbc3d1e66ef82f522.tar.gz gentoo-fee9ff727dde96180996f2dcbc3d1e66ef82f522.tar.bz2 gentoo-fee9ff727dde96180996f2dcbc3d1e66ef82f522.zip |
dev-lang/php: arm stable wrt bug #698452
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.1.33.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/php/php-7.2.24.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/php/php-7.3.11.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/php/php-7.1.33.ebuild b/dev-lang/php/php-7.1.33.ebuild index 6a88fa2b655b..26cb59ec1aaf 100644 --- a/dev-lang/php/php-7.1.33.ebuild +++ b/dev-lang/php/php-7.1.33.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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 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.2.24.ebuild b/dev-lang/php/php-7.2.24.ebuild index 8508d9d6e5ac..6b4cdd11cece 100644 --- a/dev-lang/php/php-7.2.24.ebuild +++ b/dev-lang/php/php-7.2.24.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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 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.11.ebuild b/dev-lang/php/php-7.3.11.ebuild index 197f8d34dfa2..1dfeb73ef0b8 100644 --- a/dev-lang/php/php-7.3.11.ebuild +++ b/dev-lang/php/php-7.3.11.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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${MY_PV}" |