diff options
author | 2020-12-15 10:33:11 +0000 | |
---|---|---|
committer | 2020-12-15 10:33:11 +0000 | |
commit | d25f45a6f35d2089047409365adc2b7881a09345 (patch) | |
tree | 5025ac9266294f5b5f7476ecce75ed144529eac2 /dev-lang/php | |
parent | dev-lang/php: Stabilize 7.3.25 amd64, #756775 (diff) | |
download | gentoo-d25f45a6f35d2089047409365adc2b7881a09345.tar.gz gentoo-d25f45a6f35d2089047409365adc2b7881a09345.tar.bz2 gentoo-d25f45a6f35d2089047409365adc2b7881a09345.zip |
dev-lang/php: Stabilize 7.4.13 amd64, #756775
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.4.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.4.13.ebuild b/dev-lang/php/php-7.4.13.ebuild index 7df313533ce8..0823cddd0b4f 100644 --- a/dev-lang/php/php-7.4.13.ebuild +++ b/dev-lang/php/php-7.4.13.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}" |