diff options
author | 2019-03-25 08:44:40 -0700 | |
---|---|---|
committer | 2019-03-25 08:45:41 -0700 | |
commit | 7e2d77f0cb6201814ad5c144055c629a14fef008 (patch) | |
tree | 43e77a4cd93235a5719518cc2ed300189292649e /sys-cluster/keepalived | |
parent | sys-apps/baselayout-prefix: restore /sbin/runscript (diff) | |
download | gentoo-7e2d77f0cb6201814ad5c144055c629a14fef008.tar.gz gentoo-7e2d77f0cb6201814ad5c144055c629a14fef008.tar.bz2 gentoo-7e2d77f0cb6201814ad5c144055c629a14fef008.zip |
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@gentoo.org>
Diffstat (limited to 'sys-cluster/keepalived')
-rw-r--r-- | sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild | 2 |
1 files changed, 0 insertions, 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 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) \ |