diff options
author | Sam James <sam@gentoo.org> | 2021-10-29 03:23:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-29 03:23:57 +0100 |
commit | 998e75419a3c4a7110dad1cfb070e0bbb3dcc8ff (patch) | |
tree | 5b1b12463128227f9f7314e0c02392c9c8fedf4c /dev-lang | |
parent | dev-lang/php: Stabilize 7.3.32 arm, #820221 (diff) | |
download | gentoo-998e75419a3c4a7110dad1cfb070e0bbb3dcc8ff.tar.gz gentoo-998e75419a3c4a7110dad1cfb070e0bbb3dcc8ff.tar.bz2 gentoo-998e75419a3c4a7110dad1cfb070e0bbb3dcc8ff.zip |
dev-lang/php: Stabilize 7.4.25 arm, #820221
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.4.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.25.ebuild b/dev-lang/php/php-7.4.25.ebuild index ea4689acc894..23ac64485da3 100644 --- a/dev-lang/php/php-7.4.25.ebuild +++ b/dev-lang/php/php-7.4.25.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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" S="${WORKDIR}/${PN}-${MY_PV}" |