Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/
Date: Mon, 01 Jun 2020 20:41:02
Message-Id: 1591044055.c36aa9b5f6ff511c600b0ac86877cd3a66e2b32f.slyfox@gentoo
1 commit: c36aa9b5f6ff511c600b0ac86877cd3a66e2b32f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 20:40:48 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:40:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36aa9b5
7
8 sys-cluster/keepalived: stable 2.0.20 for ppc64
9
10 stable wrt bug #712210
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 sys-cluster/keepalived/keepalived-2.0.20.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-cluster/keepalived/keepalived-2.0.20.ebuild b/sys-cluster/keepalived/keepalived-2.0.20.ebuild
20 index 12763f52118..9333560c8ad 100644
21 --- a/sys-cluster/keepalived/keepalived-2.0.20.ebuild
22 +++ b/sys-cluster/keepalived/keepalived-2.0.20.ebuild
23 @@ -11,7 +11,7 @@ SRC_URI="https://www.keepalived.org/software/${P}.tar.gz"
24
25 LICENSE="GPL-2"
26 SLOT="0"
27 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
28 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
29 IUSE="+bfd dbus -json regex snmp"
30
31 RDEPEND="dev-libs/libnl:=