diff options
author | Sam James <sam@gentoo.org> | 2020-08-29 18:19:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-29 18:19:41 +0000 |
commit | dda8e93d8a4dc94301a4bd1add37f712b68b6248 (patch) | |
tree | 58896c15e1b69f0953c0ac628af12f2a2ee44a5e /dev-lang/php/php-7.4.9.ebuild | |
parent | dev-lang/php: Stabilize 7.3.21 ppc, #736158 (diff) | |
download | gentoo-dda8e93d8a4dc94301a4bd1add37f712b68b6248.tar.gz gentoo-dda8e93d8a4dc94301a4bd1add37f712b68b6248.tar.bz2 gentoo-dda8e93d8a4dc94301a4bd1add37f712b68b6248.zip |
dev-lang/php: Stabilize 7.4.9 ppc, #736158
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-7.4.9.ebuild')
-rw-r--r-- | dev-lang/php/php-7.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.9.ebuild b/dev-lang/php/php-7.4.9.ebuild index 255da8e1c449..f1925013ed64 100644 --- a/dev-lang/php/php-7.4.9.ebuild +++ b/dev-lang/php/php-7.4.9.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}" |