diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:56:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:30 +0100 |
commit | 7cac0d1fba397e8d4440cbb63d6fc31f18410105 (patch) | |
tree | f23e69db6fe733059515f3762dfe373fd15c3d0c /net-misc | |
parent | net-misc/vde: flag-o-matic-- (diff) | |
download | gentoo-7cac0d1fba397e8d4440cbb63d6fc31f18410105.tar.gz gentoo-7cac0d1fba397e8d4440cbb63d6fc31f18410105.tar.bz2 gentoo-7cac0d1fba397e8d4440cbb63d6fc31f18410105.zip |
net-misc/vrrpd: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vrrpd/vrrpd-1.9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/vrrpd/vrrpd-1.9.ebuild b/net-misc/vrrpd/vrrpd-1.9.ebuild index c08aef2822a9..6779c96389fa 100644 --- a/net-misc/vrrpd/vrrpd-1.9.ebuild +++ b/net-misc/vrrpd/vrrpd-1.9.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils + +inherit epatch DESCRIPTION="Virtual Router Redundancy Protocol Daemon" HOMEPAGE="http://numsys.eu/vrrp_art.php" |