From: Robin H. Johnson Date: Mon, 25 Mar 2019 15:44:40 +0000 (-0700) Subject: sys-cluster/keepalived: remove dupe config option X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7e2d77f0cb6201814ad5c144055c629a14fef008;p=gentoo.git sys-cluster/keepalived: remove dupe config option I mucked up my quick vim and duplicated the SNMP entry to configure while sorting other entries, so drop the duplicates. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson --- diff --git a/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild b/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild index 087c49668266..678e3d34ca81 100644 --- a/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild +++ b/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild @@ -58,8 +58,6 @@ src_configure() { $(use_enable regex) \ $(use_enable regex regex-timers ) \ $(use_enable snmp) \ - $(use_enable snmp) \ - $(use_enable snmp) \ $(use_enable snmp snmp-checker) \ $(use_enable snmp snmp-rfc) \ $(use_enable snmp snmp-rfcv2) \