diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:44:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:21:04 +0100 |
commit | d212ecaec96af96c8d861b9f6e423e6db5972f42 (patch) | |
tree | 86c94669dd942221ecbb273a01df1efcf72c928e /net-vpn | |
parent | net-vpn/networkmanager-l2tp: eutils-- (diff) | |
download | gentoo-d212ecaec96af96c8d861b9f6e423e6db5972f42.tar.gz gentoo-d212ecaec96af96c8d861b9f6e423e6db5972f42.tar.bz2 gentoo-d212ecaec96af96c8d861b9f6e423e6db5972f42.zip |
net-vpn/vpncwatch: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild b/net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild index fc293fa8e4e3..5ded447a59db 100644 --- a/net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild +++ b/net-vpn/vpncwatch/vpncwatch-1.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Keepalive daemon for vpnc on Linux systems" HOMEPAGE="https://github.com/dcantrell/vpncwatch/" |