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 2A878158089 for ; Wed, 6 Sep 2023 07:12:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 518D02BC043; Wed, 6 Sep 2023 07:12:47 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 365F62BC043 for ; Wed, 6 Sep 2023 07:12:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B58A8335D1C for ; Wed, 6 Sep 2023 07:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBDEB1130 for ; Wed, 6 Sep 2023 07:12:40 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1693983848.db17b8b076ea58f0235c745b9d37a0a3e9119852.juippis@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.8.0.ebuild dev-libs/libnl/libnl-9999.ebuild X-VCS-Directories: dev-libs/libnl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: db17b8b076ea58f0235c745b9d37a0a3e9119852 X-VCS-Branch: master Date: Wed, 6 Sep 2023 07:12:40 +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: f93e6220-013a-464b-babd-c94509244b74 X-Archives-Hash: f73d66680f5734d462fc530b8ba1888f commit: db17b8b076ea58f0235c745b9d37a0a3e9119852 Author: Joonas Niilola gentoo org> AuthorDate: Wed Sep 6 07:04:08 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Sep 6 07:04:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db17b8b0 dev-libs/libnl: add missing pkgconfig bdep Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libnl/libnl-3.8.0.ebuild | 1 + dev-libs/libnl/libnl-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/libnl/libnl-3.8.0.ebuild b/dev-libs/libnl/libnl-3.8.0.ebuild index 3929eab8e2d2..49a085069d95 100644 --- a/dev-libs/libnl/libnl-3.8.0.ebuild +++ b/dev-libs/libnl/libnl-3.8.0.ebuild @@ -38,6 +38,7 @@ BDEPEND=" ${RDEPEND} sys-devel/bison sys-devel/flex + virtual/pkgconfig python? ( ${DISTUTILS_DEPS} dev-lang/swig diff --git a/dev-libs/libnl/libnl-9999.ebuild b/dev-libs/libnl/libnl-9999.ebuild index f2b9a23648ad..5d2491e1a6f2 100644 --- a/dev-libs/libnl/libnl-9999.ebuild +++ b/dev-libs/libnl/libnl-9999.ebuild @@ -38,6 +38,7 @@ BDEPEND=" ${RDEPEND} sys-devel/bison sys-devel/flex + virtual/pkgconfig python? ( ${DISTUTILS_DEPS} dev-lang/swig