diff options
author | Sam James <sam@gentoo.org> | 2021-02-11 07:53:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-11 07:53:14 +0000 |
commit | e6f2911c8e3e4f04df2ace2ba06b79e60dc365f9 (patch) | |
tree | 18e6a79693589e22f47a5dd6a8e2dc5b070aa7f2 /dev-lang | |
parent | dev-lang/php: Stabilize 7.3.27 x86, #768756 (diff) | |
download | gentoo-e6f2911c8e3e4f04df2ace2ba06b79e60dc365f9.tar.gz gentoo-e6f2911c8e3e4f04df2ace2ba06b79e60dc365f9.tar.bz2 gentoo-e6f2911c8e3e4f04df2ace2ba06b79e60dc365f9.zip |
dev-lang/php: Stabilize 7.4.15 x86, #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 a5fb7519fad4..224fa5ef8239 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}" |