diff options
author | Brian Evans <grknight@gentoo.org> | 2018-09-20 08:52:31 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-09-20 08:52:31 -0400 |
commit | c1121e7e4f41ed0947c3f9d226f94f4cfff87a16 (patch) | |
tree | 8d06594ce1e213355cc39a51bcefcd992aa7268f /virtual | |
parent | profiles: Remove php_targets_php7-2 from stable mask for most arches (diff) | |
download | gentoo-c1121e7e4f41ed0947c3f9d226f94f4cfff87a16.tar.gz gentoo-c1121e7e4f41ed0947c3f9d226f94f4cfff87a16.tar.bz2 gentoo-c1121e7e4f41ed0947c3f9d226f94f4cfff87a16.zip |
virtual/httpd-php: Mark most arches stable for 7.2
Signed-off-by: Brian Evans <grknight@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/httpd-php/httpd-php-7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/httpd-php/httpd-php-7.2.ebuild b/virtual/httpd-php/httpd-php-7.2.ebuild index 54570dd58a01..0da925f3eacb 100644 --- a/virtual/httpd-php/httpd-php-7.2.ebuild +++ b/virtual/httpd-php/httpd-php-7.2.ebuild @@ -5,7 +5,7 @@ EAPI="6" DESCRIPTION="Virtual to provide PHP-enabled webservers" SLOT="${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" RDEPEND="|| ( dev-lang/php:${SLOT}[fpm] dev-lang/php:${SLOT}[apache2] |