From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 1A7C51582EF for ; Sun, 16 Feb 2025 12:38:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 051A93431C0 for ; Sun, 16 Feb 2025 12:38:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EFA4C1102CD; Sun, 16 Feb 2025 12:38:55 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E9E961102CD for ; Sun, 16 Feb 2025 12:38:55 +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 A5F183431BB for ; Sun, 16 Feb 2025 12:38:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43A19170C for ; Sun, 16 Feb 2025 12:38:54 +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: <1739709515.e42283e003eaed7ba489b18b3f5175528dda9ec1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnids/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnids/libnids-1.26-r2.ebuild X-VCS-Directories: net-libs/libnids/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e42283e003eaed7ba489b18b3f5175528dda9ec1 X-VCS-Branch: master Date: Sun, 16 Feb 2025 12:38:54 +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: 665452d9-6d62-4749-8fa0-4254ad168980 X-Archives-Hash: e77188669b176b4d00a474b578175026 commit: e42283e003eaed7ba489b18b3f5175528dda9ec1 Author: Sam James gentoo org> AuthorDate: Sun Feb 16 12:38:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 16 12:38:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42283e0 net-libs/libnids: update EAPI 7 -> 8 Meant to do this in 8b9d48e9a7d17a11d1099a683bf841adfa05eb43. Signed-off-by: Sam James gentoo.org> net-libs/libnids/libnids-1.26-r2.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-libs/libnids/libnids-1.26-r2.ebuild b/net-libs/libnids/libnids-1.26-r2.ebuild index cfd3c1d367d3..ff99ffd6e4ce 100644 --- a/net-libs/libnids/libnids-1.26-r2.ebuild +++ b/net-libs/libnids/libnids-1.26-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools flag-o-matic toolchain-funcs @@ -15,10 +15,12 @@ SLOT="1.2" KEYWORDS="amd64 ppc x86" IUSE="+glib +libnet static-libs" -RDEPEND="!net-libs/libnids:1.1 +RDEPEND=" + !net-libs/libnids:1.1 net-libs/libpcap glib? ( dev-libs/glib:2 ) - libnet? ( >=net-libs/libnet-1.1.0-r3 )" + libnet? ( >=net-libs/libnet-1.1.0-r3 ) +" DEPEND="${RDEPEND}" BDEPEND="glib? ( virtual/pkgconfig )"