summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-13 15:52:51 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-13 15:52:51 +0200
commit47d0a2c42031f400bcb32694b4ca1b1847dbaedb (patch)
tree5684705050e5c46cc939d60638a48dc607e73ad9 /virtual/httpd-basic
parentvirtual/bitcoin-leveldb: update EAPI 5 -> 7 (diff)
downloadgentoo-47d0a2c42031f400bcb32694b4ca1b1847dbaedb.tar.gz
gentoo-47d0a2c42031f400bcb32694b4ca1b1847dbaedb.tar.bz2
gentoo-47d0a2c42031f400bcb32694b4ca1b1847dbaedb.zip
virtual/httpd-basic: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/httpd-basic')
-rw-r--r--virtual/httpd-basic/httpd-basic-0-r2.ebuild33
1 files changed, 18 insertions, 15 deletions
diff --git a/virtual/httpd-basic/httpd-basic-0-r2.ebuild b/virtual/httpd-basic/httpd-basic-0-r2.ebuild
index d50da3cc39cb..a704cf5b4772 100644
--- a/virtual/httpd-basic/httpd-basic-0-r2.ebuild
+++ b/virtual/httpd-basic/httpd-basic-0-r2.ebuild
@@ -1,23 +1,26 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="Virtual for static HTML-enabled webservers"
+
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc64-solaris ~x64-solaris ~x86-solaris"
-RDEPEND="|| (
- www-servers/apache
- www-servers/lighttpd
- www-servers/boa
- www-servers/bozohttpd
- www-servers/cherokee
- www-servers/fnord
- www-servers/hiawatha
- www-servers/monkeyd
- www-servers/nginx
- www-servers/resin
- www-servers/thttpd
- www-servers/tomcat
- )"
+RDEPEND="
+ || (
+ www-servers/apache
+ www-servers/lighttpd
+ www-servers/boa
+ www-servers/bozohttpd
+ www-servers/cherokee
+ www-servers/fnord
+ www-servers/hiawatha
+ www-servers/monkeyd
+ www-servers/nginx
+ www-servers/resin
+ www-servers/thttpd
+ www-servers/tomcat
+ )
+"