net-misc/tipcutils: port to EAPI 7

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-20 02:13:13 +01:00
parent ec13ce1676
commit c088139f7f

View File

@@ -1,9 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit epatch
EAPI=7
DESCRIPTION="Utilities for TIPC (Transparent Inter-Process Communication)"
HOMEPAGE="http://tipc.sourceforge.net"
@@ -16,7 +14,3 @@ KEYWORDS="~amd64 ~x86"
DEPEND=">=sys-kernel/linux-headers-2.6.39"
DOCS=( README )
src_prepare() {
epatch_user
}