diff options
author | Sam James <sam@gentoo.org> | 2021-07-17 05:58:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-17 05:58:10 +0100 |
commit | 6d5ffc69826067987648160c1a52c41431390683 (patch) | |
tree | b9e993eb79b196912e6f326754d1c5714e3545dd /dev-lang | |
parent | dev-ruby/rspec-support: Stabilize 3.10.2 arm, #800230 (diff) | |
download | gentoo-6d5ffc69826067987648160c1a52c41431390683.tar.gz gentoo-6d5ffc69826067987648160c1a52c41431390683.tar.bz2 gentoo-6d5ffc69826067987648160c1a52c41431390683.zip |
dev-lang/php: Stabilize 7.3.29 arm, #799776
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.3.29.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.29.ebuild b/dev-lang/php/php-7.3.29.ebuild index b9c9d9a05245..e903f2dfd696 100644 --- a/dev-lang/php/php-7.3.29.ebuild +++ b/dev-lang/php/php-7.3.29.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" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" S="${WORKDIR}/${PN}-${MY_PV}" |