diff options
author | 2021-05-08 18:43:40 +0000 | |
---|---|---|
committer | 2021-05-08 18:43:40 +0000 | |
commit | ba3fc1329c75fad7e66822309f429104c4ad99b9 (patch) | |
tree | 45d3faa275ce99bf8e2cf4453d6b61ab1be4b0b2 /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.3.28 x86, #788892 (diff) | |
download | gentoo-ba3fc1329c75fad7e66822309f429104c4ad99b9.tar.gz gentoo-ba3fc1329c75fad7e66822309f429104c4ad99b9.tar.bz2 gentoo-ba3fc1329c75fad7e66822309f429104c4ad99b9.zip |
dev-lang/php: Stabilize 7.4.19 x86, #788892
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.19.ebuild b/dev-lang/php/php-7.4.19.ebuild index 7b09eb440f4f..99f4c2fdb840 100644 --- a/dev-lang/php/php-7.4.19.ebuild +++ b/dev-lang/php/php-7.4.19.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}" |