diff options
author | Sam James <sam@gentoo.org> | 2021-07-20 02:25:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-20 02:25:59 +0100 |
commit | d7e46b65bcd9bc80b83c10d42fe14f95e6fe12e9 (patch) | |
tree | 1077d659677f3e3b75186f81f032c17d0ad65fb5 /dev-lang/php/php-7.3.29.ebuild | |
parent | dev-python/wsproto: Stabilize 1.0.0 x86, #796065 (diff) | |
download | gentoo-d7e46b65bcd9bc80b83c10d42fe14f95e6fe12e9.tar.gz gentoo-d7e46b65bcd9bc80b83c10d42fe14f95e6fe12e9.tar.bz2 gentoo-d7e46b65bcd9bc80b83c10d42fe14f95e6fe12e9.zip |
dev-lang/php: Stabilize 7.3.29 arm64, #799776
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-7.3.29.ebuild')
-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 e903f2dfd696..43b75511c0b0 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}" |