From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1286980-garchives=archives.gentoo.org@lists.gentoo.org>
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 11E641382C5
	for <garchives@archives.gentoo.org>; Thu, 27 May 2021 21:13:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 06194E09B1;
	Thu, 27 May 2021 21:13:28 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E25D9E09B1
	for <gentoo-commits@lists.gentoo.org>; Thu, 27 May 2021 21:13:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7E37233D3C7
	for <gentoo-commits@lists.gentoo.org>; Thu, 27 May 2021 21:13:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AA5A27A1
	for <gentoo-commits@lists.gentoo.org>; Thu, 27 May 2021 21:13:23 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1622149947.ee2860a07bf850c7553938b022ce19d4f3073775.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/frr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/frr/frr-7.5.1-r2.ebuild net-misc/frr/frr-7.5.1-r3.ebuild
X-VCS-Directories: net-misc/frr/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: ee2860a07bf850c7553938b022ce19d4f3073775
X-VCS-Branch: master
Date: Thu, 27 May 2021 21:13:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bcb93d90-8721-49dc-aecf-1c0d01aae981
X-Archives-Hash: a8d00441488979f09c4e0eff53bbaa6c

commit:     ee2860a07bf850c7553938b022ce19d4f3073775
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu May 27 21:12:27 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 27 21:12:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2860a0

net-misc/frr: Adjust upper libyang bound

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/frr/{frr-7.5.1-r2.ebuild => frr-7.5.1-r3.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/frr/frr-7.5.1-r2.ebuild b/net-misc/frr/frr-7.5.1-r3.ebuild
similarity index 99%
rename from net-misc/frr/frr-7.5.1-r2.ebuild
rename to net-misc/frr/frr-7.5.1-r3.ebuild
index 5b7e3d01473..0a5028d606e 100644
--- a/net-misc/frr/frr-7.5.1-r2.ebuild
+++ b/net-misc/frr/frr-7.5.1-r3.ebuild
@@ -24,6 +24,7 @@ COMMON_DEPEND="
 	acct-user/frr
 	dev-libs/json-c:0=
 	>=net-libs/libyang-1.0.184
+	<net-libs/libyang-2.0.0
 	sys-libs/libcap
 	sys-libs/readline:0=
 	grpc? ( net-libs/grpc )