diff options
author | Sam James <sam@gentoo.org> | 2021-02-09 22:53:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-09 22:53:12 +0000 |
commit | d0a0c66c5affae2c66cb28088638971f92601aa9 (patch) | |
tree | 62b6d2664a4090cfd6bb86699b9c2583a549687b /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.3.27 ppc, #768756 (diff) | |
download | gentoo-d0a0c66c5affae2c66cb28088638971f92601aa9.tar.gz gentoo-d0a0c66c5affae2c66cb28088638971f92601aa9.tar.bz2 gentoo-d0a0c66c5affae2c66cb28088638971f92601aa9.zip |
dev-lang/php: Stabilize 7.4.15 ppc, #768756
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-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 b2e7b3262c02..bde1b10280ed 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}" |