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}"