commit: 7e2d77f0cb6201814ad5c144055c629a14fef008 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Mon Mar 25 15:44:40 2019 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Mon Mar 25 15:45:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2d77f0
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 <robbat2 <AT> gentoo.org> sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild b/sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild index 087c4966826..678e3d34ca8 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) \