diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 02:25:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:26:47 +0100 |
commit | 44526fa7bf38902225e638148b457cf14ed4967c (patch) | |
tree | 320938ae463e0f6cfee2951553114d44cd01eee0 /dev-lang | |
parent | net-p2p/syncthing: Stabilize 1.15.1 amd64, #780678 (diff) | |
download | gentoo-44526fa7bf38902225e638148b457cf14ed4967c.tar.gz gentoo-44526fa7bf38902225e638148b457cf14ed4967c.tar.bz2 gentoo-44526fa7bf38902225e638148b457cf14ed4967c.zip |
dev-lang/php: Stabilize 7.4.16 arm, #779418
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.4.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.16.ebuild b/dev-lang/php/php-7.4.16.ebuild index a3157779229c..605782481540 100644 --- a/dev-lang/php/php-7.4.16.ebuild +++ b/dev-lang/php/php-7.4.16.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" +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}" |