diff options
author | Sam James <sam@gentoo.org> | 2021-07-20 02:26:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-20 02:26:00 +0100 |
commit | 2652ae7191b62ce97b883edba48a8366f3dd9764 (patch) | |
tree | 7217b29ccf5d78e2657a0b79041f469dbf257689 /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.3.29 arm64, #799776 (diff) | |
download | gentoo-2652ae7191b62ce97b883edba48a8366f3dd9764.tar.gz gentoo-2652ae7191b62ce97b883edba48a8366f3dd9764.tar.bz2 gentoo-2652ae7191b62ce97b883edba48a8366f3dd9764.zip |
dev-lang/php: Stabilize 7.4.21-r1 arm64, #799776
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.21-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.21-r1.ebuild b/dev-lang/php/php-7.4.21-r1.ebuild index e7a978ee081e..0c7caced122c 100644 --- a/dev-lang/php/php-7.4.21-r1.ebuild +++ b/dev-lang/php/php-7.4.21-r1.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}" |