Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/libteam/
Date: Sat, 25 Sep 2021 19:08:35
Message-Id: 1632596875.cd8b67a060549fb7c736d574169ca5160e3c0441.sam@gentoo
1 commit: cd8b67a060549fb7c736d574169ca5160e3c0441
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 18:51:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 19:07:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8b67a0
7
8 net-misc/libteam: add libjansson subslot dep
9
10 Earlier versions of libjansson lacked symbol versioning, causing crashes.
11
12 Bug: https://bugs.gentoo.org/812119
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-misc/libteam/{libteam-1.31.ebuild => libteam-1.31-r1.ebuild} | 2 +-
16 net-misc/libteam/libteam-9999.ebuild | 4 ++--
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-misc/libteam/libteam-1.31.ebuild b/net-misc/libteam/libteam-1.31-r1.ebuild
20 similarity index 97%
21 rename from net-misc/libteam/libteam-1.31.ebuild
22 rename to net-misc/libteam/libteam-1.31-r1.ebuild
23 index b1e39576ac2..11ec2522cd2 100644
24 --- a/net-misc/libteam/libteam-1.31.ebuild
25 +++ b/net-misc/libteam/libteam-1.31-r1.ebuild
26 @@ -20,7 +20,7 @@ LICENSE="LGPL-2.1+"
27 SLOT="0"
28 IUSE="dbus debug examples static-libs +syslog zmq"
29
30 -DEPEND=">=dev-libs/jansson-2.4
31 +DEPEND=">=dev-libs/jansson-2.4:=
32 dev-libs/libdaemon
33 >=dev-libs/libnl-3.2.19[utils]
34 dbus? ( sys-apps/dbus )
35
36 diff --git a/net-misc/libteam/libteam-9999.ebuild b/net-misc/libteam/libteam-9999.ebuild
37 index d4c4a38f6d6..a5a895f1bca 100644
38 --- a/net-misc/libteam/libteam-9999.ebuild
39 +++ b/net-misc/libteam/libteam-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2020 Gentoo Authors
42 +# Copyright 1999-2021 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -20,7 +20,7 @@ LICENSE="LGPL-2.1+"
47 SLOT="0"
48 IUSE="dbus debug examples static-libs +syslog zmq"
49
50 -DEPEND=">=dev-libs/jansson-2.4
51 +DEPEND=">=dev-libs/jansson-2.4:=
52 dev-libs/libdaemon
53 >=dev-libs/libnl-3.2.19[utils]
54 dbus? ( sys-apps/dbus )