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 5CE90158013 for ; Sat, 25 Sep 2021 19:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DCA7E0929; Sat, 25 Sep 2021 19:08:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 760C7E0929 for ; Sat, 25 Sep 2021 19:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A384B342BCC for ; Sat, 25 Sep 2021 19:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17440111 for ; Sat, 25 Sep 2021 19:08:31 +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: <1632596875.cd8b67a060549fb7c736d574169ca5160e3c0441.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/libteam/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/libteam/libteam-1.31-r1.ebuild net-misc/libteam/libteam-1.31.ebuild net-misc/libteam/libteam-9999.ebuild X-VCS-Directories: net-misc/libteam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd8b67a060549fb7c736d574169ca5160e3c0441 X-VCS-Branch: master Date: Sat, 25 Sep 2021 19:08:31 +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: 0e6458e7-1008-4e3f-a9d6-dabb482773ee X-Archives-Hash: 814b229448ded2d8fc91ec63bb0280c3 commit: cd8b67a060549fb7c736d574169ca5160e3c0441 Author: Sam James gentoo org> AuthorDate: Sat Sep 25 18:51:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 25 19:07:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8b67a0 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 gentoo.org> net-misc/libteam/{libteam-1.31.ebuild => libteam-1.31-r1.ebuild} | 2 +- 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 similarity index 97% rename from net-misc/libteam/libteam-1.31.ebuild rename to net-misc/libteam/libteam-1.31-r1.ebuild index b1e39576ac2..11ec2522cd2 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 d4c4a38f6d6..a5a895f1bca 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 )