commit: fa57346dff7a8e5d911e28c0891d2e87fe4f341d
Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
AuthorDate: Sun Dec 4 03:41:48 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 02:47:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa57346d
virtual/httpd-php: add version 7.1
Package-Manager: portage-2.3.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
virtual/httpd-php/httpd-php-7.1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
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 00000000..f8f670c
--- /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=""