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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2D4B158095 for ; Sat, 6 Aug 2022 02:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58108E0FE8; Sat, 6 Aug 2022 02:55:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76173E0FED for ; Sat, 6 Aug 2022 02:55:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 513E7340C76 for ; Sat, 6 Aug 2022 02:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732B7543 for ; Sat, 6 Aug 2022 02:55:55 +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: <1659754544.e9c8b63141e72c323bb3805e618d1dabe1edad4b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libnl/libnl-3.7.0.ebuild dev-libs/libnl/libnl-9999.ebuild X-VCS-Directories: dev-libs/libnl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9c8b63141e72c323bb3805e618d1dabe1edad4b X-VCS-Branch: master Date: Sat, 6 Aug 2022 02:55:55 +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: 1cb4ae55-c7e2-4c2c-bcc0-390e8b792569 X-Archives-Hash: 26940dbb78ef9560784e95c46b6b7972 commit: e9c8b63141e72c323bb3805e618d1dabe1edad4b Author: Sam James gentoo org> AuthorDate: Sat Aug 6 02:53:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 6 02:55:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c8b631 dev-libs/libnl: add missing DISTUTILS_DEPS Signed-off-by: Sam James gentoo.org> dev-libs/libnl/libnl-3.7.0.ebuild | 5 ++++- dev-libs/libnl/libnl-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-libs/libnl/libnl-3.7.0.ebuild b/dev-libs/libnl/libnl-3.7.0.ebuild index 6b420eb95d66..9d6312ae6dd0 100644 --- a/dev-libs/libnl/libnl-3.7.0.ebuild +++ b/dev-libs/libnl/libnl-3.7.0.ebuild @@ -34,7 +34,10 @@ DEPEND="${RDEPEND}" BDEPEND="${RDEPEND} sys-devel/bison sys-devel/flex - python? ( dev-lang/swig ) + python? ( + ${DISTUTILS_DEPS} + dev-lang/swig + ) test? ( dev-libs/check )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/dev-libs/libnl/libnl-9999.ebuild b/dev-libs/libnl/libnl-9999.ebuild index 6b420eb95d66..9d6312ae6dd0 100644 --- a/dev-libs/libnl/libnl-9999.ebuild +++ b/dev-libs/libnl/libnl-9999.ebuild @@ -34,7 +34,10 @@ DEPEND="${RDEPEND}" BDEPEND="${RDEPEND} sys-devel/bison sys-devel/flex - python? ( dev-lang/swig ) + python? ( + ${DISTUTILS_DEPS} + dev-lang/swig + ) test? ( dev-libs/check )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"