diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 11:17:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 11:17:03 +0000 |
commit | 9b1a0b112797107e64c699b18dfb46374835d85a (patch) | |
tree | 9941acc3c7ff387eb6cc5ac24aeb5844068bdbe8 /dev-lang | |
parent | dev-lang/php: Stabilize 7.3.27 amd64, #768756 (diff) | |
download | gentoo-9b1a0b112797107e64c699b18dfb46374835d85a.tar.gz gentoo-9b1a0b112797107e64c699b18dfb46374835d85a.tar.bz2 gentoo-9b1a0b112797107e64c699b18dfb46374835d85a.zip |
dev-lang/php: Stabilize 7.4.15 amd64, #768756
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-7.4.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.15.ebuild b/dev-lang/php/php-7.4.15.ebuild index 951e7174be8c..a23a91b6bfaa 100644 --- a/dev-lang/php/php-7.4.15.ebuild +++ b/dev-lang/php/php-7.4.15.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}" |