From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1228432-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 C95941382C5
	for <garchives@archives.gentoo.org>; Fri,  4 Dec 2020 11:54:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CAF79E0948;
	Fri,  4 Dec 2020 11:54:00 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 B0651E0948
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Dec 2020 11:54:00 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 AD7B0340CC8
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Dec 2020 11:53:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6339042F
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Dec 2020 11:53:58 +0000 (UTC)
From: "Sergey Popov" <pinkbyte@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, "Sergey Popov" <pinkbyte@gentoo.org>
Message-ID: <1607082835.2817911383011d761afa3a9178aafde3e3eb4890.pinkbyte@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.ebuild
X-VCS-Directories: net-misc/frr/
X-VCS-Committer: pinkbyte
X-VCS-Committer-Name: Sergey Popov
X-VCS-Revision: 2817911383011d761afa3a9178aafde3e3eb4890
X-VCS-Branch: master
Date: Fri,  4 Dec 2020 11:53:58 +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: 9afbe2f2-bc64-4175-a007-830494cd5a91
X-Archives-Hash: 1307971576d7e7ec6c0466e6bdfb2711

commit:     2817911383011d761afa3a9178aafde3e3eb4890
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 11:53:17 2020 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 11:53:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28179113

net-misc/frr: add missing REQUIRED_USE for Python dependency

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 net-misc/frr/frr-7.5.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-misc/frr/frr-7.5.ebuild b/net-misc/frr/frr-7.5.ebuild
index b4a72f6ec31..1ed14a42b73 100644
--- a/net-misc/frr/frr-7.5.ebuild
+++ b/net-misc/frr/frr-7.5.ebuild
@@ -51,6 +51,8 @@ PATCHES=(
 	"${FILESDIR}/${PN}-7.5-ipctl-forwarding.patch"
 )
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 # FRR tarballs have weird format.
 S="${WORKDIR}/frr-${P}"