diff options
author | Sam James <sam@gentoo.org> | 2020-12-07 05:17:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-07 05:17:56 +0000 |
commit | 90e70a01d1f32259aa2e58e7fc897da8c858d1c4 (patch) | |
tree | 1e44051712ed6d4f6c82a3f28045baa30854493b /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.3.25 arm, #756775 (diff) | |
download | gentoo-90e70a01d1f32259aa2e58e7fc897da8c858d1c4.tar.gz gentoo-90e70a01d1f32259aa2e58e7fc897da8c858d1c4.tar.bz2 gentoo-90e70a01d1f32259aa2e58e7fc897da8c858d1c4.zip |
dev-lang/php: Stabilize 7.4.13 arm, #756775
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.13.ebuild b/dev-lang/php/php-7.4.13.ebuild index f75fa1886abc..48460b25f65a 100644 --- a/dev-lang/php/php-7.4.13.ebuild +++ b/dev-lang/php/php-7.4.13.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 ~x86-macos" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${MY_PV}" |