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 23EA415808E for ; Mon, 25 Apr 2022 02:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 670C5E0929; Mon, 25 Apr 2022 02:49:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4B02AE0929 for ; Mon, 25 Apr 2022 02:49:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3599D3418B9 for ; Mon, 25 Apr 2022 02:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C018F105 for ; Mon, 25 Apr 2022 02:49:08 +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: <1650854933.034070e2093803797a3184d7896c89a514d500ab.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.6.0-r1.ebuild dev-libs/libnl/libnl-3.6.0.ebuild dev-libs/libnl/libnl-99999999.ebuild X-VCS-Directories: dev-libs/libnl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 034070e2093803797a3184d7896c89a514d500ab X-VCS-Branch: master Date: Mon, 25 Apr 2022 02:49:08 +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: d5731b19-86ce-4e11-b2c4-ae932b9a077f X-Archives-Hash: c760ee97dceef09b1a30aa123b0a5997 commit: 034070e2093803797a3184d7896c89a514d500ab Author: Sam James gentoo org> AuthorDate: Mon Apr 25 02:48:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 25 02:48:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034070e2 dev-libs/libnl: wrap additional multilib CLI header Closes: https://bugs.gentoo.org/840299 Signed-off-by: Sam James gentoo.org> dev-libs/libnl/{libnl-3.6.0.ebuild => libnl-3.6.0-r1.ebuild} | 1 + dev-libs/libnl/libnl-99999999.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-libs/libnl/libnl-3.6.0.ebuild b/dev-libs/libnl/libnl-3.6.0-r1.ebuild similarity index 98% rename from dev-libs/libnl/libnl-3.6.0.ebuild rename to dev-libs/libnl/libnl-3.6.0-r1.ebuild index ab759e51347b..57e88da16908 100644 --- a/dev-libs/libnl/libnl-3.6.0.ebuild +++ b/dev-libs/libnl/libnl-3.6.0-r1.ebuild @@ -39,6 +39,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/libnl3/netlink/cli/ct.h /usr/include/libnl3/netlink/cli/exp.h /usr/include/libnl3/netlink/cli/link.h + /usr/include/libnl3/netlink/cli/mdb.h /usr/include/libnl3/netlink/cli/neigh.h /usr/include/libnl3/netlink/cli/qdisc.h /usr/include/libnl3/netlink/cli/route.h diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild index 0afdbd9d360f..0cfee098abde 100644 --- a/dev-libs/libnl/libnl-99999999.ebuild +++ b/dev-libs/libnl/libnl-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,6 +38,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/libnl3/netlink/cli/ct.h /usr/include/libnl3/netlink/cli/exp.h /usr/include/libnl3/netlink/cli/link.h + /usr/include/libnl3/netlink/cli/mdb.h /usr/include/libnl3/netlink/cli/neigh.h /usr/include/libnl3/netlink/cli/qdisc.h /usr/include/libnl3/netlink/cli/route.h @@ -46,10 +47,6 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/libnl3/netlink/cli/utils.h ) -PATCHES=( - "${FILESDIR}"/${PN}-99999999-2to3.patch -) - src_prepare() { default