diff options
author | 2016-12-03 22:41:48 -0500 | |
---|---|---|
committer | 2016-12-04 21:47:38 -0500 | |
commit | fa57346dff7a8e5d911e28c0891d2e87fe4f341d (patch) | |
tree | 3958fceb3380994f412887b60e8c799f4b09d95f /virtual | |
parent | dev-python/urllib3: remove old (diff) | |
download | gentoo-fa57346dff7a8e5d911e28c0891d2e87fe4f341d.tar.gz gentoo-fa57346dff7a8e5d911e28c0891d2e87fe4f341d.tar.bz2 gentoo-fa57346dff7a8e5d911e28c0891d2e87fe4f341d.zip |
virtual/httpd-php: add version 7.1
Package-Manager: portage-2.3.2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/httpd-php/httpd-php-7.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/httpd-php/httpd-php-7.1.ebuild b/virtual/httpd-php/httpd-php-7.1.ebuild new file mode 100644 index 000000000000..f8f670c2e95a --- /dev/null +++ b/virtual/httpd-php/httpd-php-7.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +DESCRIPTION="Virtual to provide PHP-enabled webservers" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +RDEPEND="|| ( dev-lang/php:${SLOT}[fpm] + dev-lang/php:${SLOT}[apache2] + dev-lang/php:${SLOT}[cgi] )" +DEPEND="" |