summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-13 15:52:33 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-13 15:52:33 +0200
commitb7a46ac8cf81bf22e0283bd2f9b3062011380be9 (patch)
tree18c56a37d530d4ad7d72f8404524617a978fdae9 /virtual/inetd
parentvirtual/yacc: update EAPI 5 -> 7 (diff)
downloadgentoo-b7a46ac8cf81bf22e0283bd2f9b3062011380be9.tar.gz
gentoo-b7a46ac8cf81bf22e0283bd2f9b3062011380be9.tar.bz2
gentoo-b7a46ac8cf81bf22e0283bd2f9b3062011380be9.zip
virtual/inetd: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/inetd')
-rw-r--r--virtual/inetd/inetd-0.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/virtual/inetd/inetd-0.ebuild b/virtual/inetd/inetd-0.ebuild
index 6e2ccb0f497f..1caf5dfc9956 100644
--- a/virtual/inetd/inetd-0.ebuild
+++ b/virtual/inetd/inetd-0.ebuild
@@ -1,13 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="Virtual for the internet super-server daemon"
+
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-RDEPEND="|| ( sys-apps/xinetd
+RDEPEND="
+ || (
+ sys-apps/xinetd
sys-apps/netkit-base
sys-apps/ucspi-tcp
- net-misc/ipsvd )"
+ net-misc/ipsvd
+ )
+"