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 AA43E13835B for ; Thu, 3 Jun 2021 19:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E82B7E091C; Thu, 3 Jun 2021 19:15:29 +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 81359E0924 for ; Thu, 3 Jun 2021 19:15:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0990A340D1C for ; Thu, 3 Jun 2021 19:15:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C053A7B5 for ; Thu, 3 Jun 2021 19:15:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622747706.1f810df3d951f673c1a05d28c081d9cc21c72127.sam@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.20.ebuild sys-cluster/keepalived/keepalived-2.1.5.ebuild sys-cluster/keepalived/keepalived-2.2.2.ebuild X-VCS-Directories: sys-cluster/keepalived/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1f810df3d951f673c1a05d28c081d9cc21c72127 X-VCS-Branch: master Date: Thu, 3 Jun 2021 19:15:22 +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: e5f2bc05-b370-471c-bd9d-2db1112e32eb X-Archives-Hash: df09d407f45abbb6d4aa87172e03eb26 commit: 1f810df3d951f673c1a05d28c081d9cc21c72127 Author: Sam James gentoo org> AuthorDate: Wed Jun 2 23:58:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 3 19:15:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f810df3 sys-cluster/keepalived: fix BadDefaultUseFlags -foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21097 Signed-off-by: Sam James gentoo.org> sys-cluster/keepalived/keepalived-2.0.20.ebuild | 4 ++-- sys-cluster/keepalived/keepalived-2.1.5.ebuild | 4 ++-- sys-cluster/keepalived/keepalived-2.2.2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-cluster/keepalived/keepalived-2.0.20.ebuild b/sys-cluster/keepalived/keepalived-2.0.20.ebuild index 89feaa62df5..5deb4e2046e 100644 --- a/sys-cluster/keepalived/keepalived-2.0.20.ebuild +++ b/sys-cluster/keepalived/keepalived-2.0.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://www.keepalived.org/software/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86" -IUSE="+bfd dbus -json regex snmp" +IUSE="+bfd dbus json regex snmp" RDEPEND="dev-libs/libnl:= dev-libs/openssl:= diff --git a/sys-cluster/keepalived/keepalived-2.1.5.ebuild b/sys-cluster/keepalived/keepalived-2.1.5.ebuild index 89feaa62df5..5deb4e2046e 100644 --- a/sys-cluster/keepalived/keepalived-2.1.5.ebuild +++ b/sys-cluster/keepalived/keepalived-2.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://www.keepalived.org/software/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86" -IUSE="+bfd dbus -json regex snmp" +IUSE="+bfd dbus json regex snmp" RDEPEND="dev-libs/libnl:= dev-libs/openssl:= diff --git a/sys-cluster/keepalived/keepalived-2.2.2.ebuild b/sys-cluster/keepalived/keepalived-2.2.2.ebuild index 395a98ee08f..cf42b461653 100644 --- a/sys-cluster/keepalived/keepalived-2.2.2.ebuild +++ b/sys-cluster/keepalived/keepalived-2.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://www.keepalived.org/software/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="+bfd dbus -json regex snmp systemd" +IUSE="+bfd dbus json regex snmp systemd" RDEPEND="dev-libs/libnl:= dev-libs/openssl:=