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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D3D2158042 for ; Thu, 7 Nov 2024 09:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5F4E0D38; Thu, 7 Nov 2024 09:12:43 +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 33354E0D38 for ; Thu, 7 Nov 2024 09:12:43 +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 4DAA7342F92 for ; Thu, 7 Nov 2024 09:12:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE6116D2 for ; Thu, 7 Nov 2024 09:12:40 +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: <1730970732.b778b9c1bae96b41ad994b8647eb739e48bb8811.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nsat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nsat/nsat-1.5-r7.ebuild X-VCS-Directories: net-analyzer/nsat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b778b9c1bae96b41ad994b8647eb739e48bb8811 X-VCS-Branch: master Date: Thu, 7 Nov 2024 09: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: bd586ddb-74b1-4afa-9acd-d8307de6ef67 X-Archives-Hash: 583aa30bbeb63c8a92e78d930c60e963 commit: b778b9c1bae96b41ad994b8647eb739e48bb8811 Author: Sam James gentoo org> AuthorDate: Thu Nov 7 09:12:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 7 09:12:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b778b9c1 net-analyzer/nsat: update EAPI 7 -> 8, USE=X -> USE=gui Signed-off-by: Sam James gentoo.org> net-analyzer/nsat/nsat-1.5-r7.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-analyzer/nsat/nsat-1.5-r7.ebuild b/net-analyzer/nsat/nsat-1.5-r7.ebuild index eccfd92a7ab8..e24b1507e0a3 100644 --- a/net-analyzer/nsat/nsat-1.5-r7.ebuild +++ b/net-analyzer/nsat/nsat-1.5-r7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools toolchain-funcs @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -IUSE="X" +IUSE="gui" RDEPEND=" dev-libs/libmix @@ -21,7 +21,7 @@ RDEPEND=" net-libs/libpcap net-libs/libtirpc:= net-libs/rpcsvc-proto - X? ( + gui? ( dev-lang/tk:* x11-libs/libX11 ) @@ -59,7 +59,7 @@ src_prepare() { src_configure() { tc-export CC - econf $(use_with X x) + econf $(use_with gui x) } src_compile() { @@ -68,7 +68,7 @@ src_compile() { src_install() { dobin nsat smb-ns - use X && dobin tools/xnsat + use gui && dobin tools/xnsat insinto /usr/share/nsat doins nsat.cgi