summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-13 15:52:57 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-13 15:52:57 +0200
commit03b00abc79620d0ae226896184f74523fbb2bbdf (patch)
treee59e42ca2c9e744928613238e1479c255d95fc72
parentvirtual/gsasl: update EAPI 5 -> 7 (diff)
downloadgentoo-03b00abc79620d0ae226896184f74523fbb2bbdf.tar.gz
gentoo-03b00abc79620d0ae226896184f74523fbb2bbdf.tar.bz2
gentoo-03b00abc79620d0ae226896184f74523fbb2bbdf.zip
virtual/httpd-fastcgi: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild21
1 files changed, 12 insertions, 9 deletions
diff --git a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
index 9003a31d99f1..d165d61f7388 100644
--- a/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
+++ b/virtual/httpd-fastcgi/httpd-fastcgi-0-r1.ebuild
@@ -1,17 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="Virtual for FastCGI-enabled webservers"
+
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
-RDEPEND="|| (
- www-apache/mod_fcgid
- www-servers/lighttpd
- www-servers/bozohttpd
- www-servers/nginx
- www-servers/resin
- www-servers/cherokee
- )"
+RDEPEND="
+ || (
+ www-apache/mod_fcgid
+ www-servers/lighttpd
+ www-servers/bozohttpd
+ www-servers/nginx
+ www-servers/resin
+ www-servers/cherokee
+ )
+"