diff options
author | Sam James <sam@gentoo.org> | 2021-09-25 19:51:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-25 20:07:55 +0100 |
commit | cd8b67a060549fb7c736d574169ca5160e3c0441 (patch) | |
tree | a56d377f6e0b5df73e9e80f87991bb87ee8eb127 /net-misc/libteam | |
parent | net-misc/bfgminer: add libjansson subslot dep (diff) | |
download | gentoo-cd8b67a060549fb7c736d574169ca5160e3c0441.tar.gz gentoo-cd8b67a060549fb7c736d574169ca5160e3c0441.tar.bz2 gentoo-cd8b67a060549fb7c736d574169ca5160e3c0441.zip |
net-misc/libteam: add libjansson subslot dep
Earlier versions of libjansson lacked symbol versioning, causing crashes.
Bug: https://bugs.gentoo.org/812119
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/libteam')
-rw-r--r-- | net-misc/libteam/libteam-1.31-r1.ebuild (renamed from net-misc/libteam/libteam-1.31.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/libteam/libteam-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/libteam/libteam-1.31.ebuild b/net-misc/libteam/libteam-1.31-r1.ebuild index b1e39576ac21..11ec2522cd21 100644 --- a/net-misc/libteam/libteam-1.31.ebuild +++ b/net-misc/libteam/libteam-1.31-r1.ebuild @@ -20,7 +20,7 @@ LICENSE="LGPL-2.1+" SLOT="0" IUSE="dbus debug examples static-libs +syslog zmq" -DEPEND=">=dev-libs/jansson-2.4 +DEPEND=">=dev-libs/jansson-2.4:= dev-libs/libdaemon >=dev-libs/libnl-3.2.19[utils] dbus? ( sys-apps/dbus ) diff --git a/net-misc/libteam/libteam-9999.ebuild b/net-misc/libteam/libteam-9999.ebuild index d4c4a38f6d61..a5a895f1bca1 100644 --- a/net-misc/libteam/libteam-9999.ebuild +++ b/net-misc/libteam/libteam-9999.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 @@ -20,7 +20,7 @@ LICENSE="LGPL-2.1+" SLOT="0" IUSE="dbus debug examples static-libs +syslog zmq" -DEPEND=">=dev-libs/jansson-2.4 +DEPEND=">=dev-libs/jansson-2.4:= dev-libs/libdaemon >=dev-libs/libnl-3.2.19[utils] dbus? ( sys-apps/dbus ) |