diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-10-13 11:36:22 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-10-13 12:01:12 -0700 |
commit | cb6eccaa4b94982c19597e8abdc01fb0b47d08fb (patch) | |
tree | cdc023628fd2b7189afec0a6531214fc7c00f979 /dev-lang/php/php-7.3.8.ebuild | |
parent | virtual/httpd-php: Drop to ~alpha (diff) | |
download | gentoo-cb6eccaa4b94982c19597e8abdc01fb0b47d08fb.tar.gz gentoo-cb6eccaa4b94982c19597e8abdc01fb0b47d08fb.tar.bz2 gentoo-cb6eccaa4b94982c19597e8abdc01fb0b47d08fb.zip |
dev-lang/php: Drop to ~alpha
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-7.3.8.ebuild')
-rw-r--r-- | dev-lang/php/php-7.3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/php/php-7.3.8.ebuild b/dev-lang/php/php-7.3.8.ebuild index 793175638268..c0862291df30 100644 --- a/dev-lang/php/php-7.3.8.ebuild +++ b/dev-lang/php/php-7.3.8.ebuild @@ -19,7 +19,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 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${MY_PV}" |