diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 23:58:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-03 19:15:06 +0000 |
commit | 1f810df3d951f673c1a05d28c081d9cc21c72127 (patch) | |
tree | 0dd068e9448eaecb034e87dd9aff20cd09991bf0 | |
parent | sys-apps/duc: fix BadDefaultUseFlags (diff) | |
download | gentoo-1f810df3d951f673c1a05d28c081d9cc21c72127.tar.gz gentoo-1f810df3d951f673c1a05d28c081d9cc21c72127.tar.bz2 gentoo-1f810df3d951f673c1a05d28c081d9cc21c72127.zip |
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 <sam@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21097
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-cluster/keepalived/keepalived-2.0.20.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-2.1.5.ebuild | 4 | ||||
-rw-r--r-- | 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 89feaa62df58..5deb4e2046eb 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 89feaa62df58..5deb4e2046eb 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 395a98ee08f7..cf42b4616536 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:= |