From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09AB0138334 for ; Mon, 25 Mar 2019 15:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E1ACE08E8; Mon, 25 Mar 2019 15:45:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5E91E08E8 for ; Mon, 25 Mar 2019 15:45:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C411335C9C for ; Mon, 25 Mar 2019 15:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AD7B4B2 for ; Mon, 25 Mar 2019 15:45:48 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1553528741.7e2d77f0cb6201814ad5c144055c629a14fef008.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/keepalived/keepalived-2.0.13-r1.ebuild X-VCS-Directories: sys-cluster/keepalived/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 7e2d77f0cb6201814ad5c144055c629a14fef008 X-VCS-Branch: master Date: Mon, 25 Mar 2019 15:45:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7932be6-473e-4592-b39a-119ce24c0275 X-Archives-Hash: cb9a84759cee65348952e7b1294aa4de commit: 7e2d77f0cb6201814ad5c144055c629a14fef008 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 25 15:44:40 2019 +0000 Commit: Robin H. Johnson gentoo 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 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) \