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 0F977158064 for ; Mon, 13 May 2024 05:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 270CDE2AB6; Mon, 13 May 2024 05:32:28 +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 0ADF6E2AB6 for ; Mon, 13 May 2024 05:32:27 +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 C5F133430C7 for ; Mon, 13 May 2024 05:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23DAB16E3 for ; Mon, 13 May 2024 05:32:25 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1715578304.9e8d06e63a2fa976fdbec2039bef29d09017705d.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-analyzer/nmap/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-analyzer/nmap/nmap-7.95.ebuild X-VCS-Directories: net-analyzer/nmap/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 9e8d06e63a2fa976fdbec2039bef29d09017705d X-VCS-Branch: master Date: Mon, 13 May 2024 05:32:25 +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: e0d82465-99f7-4d02-9bfb-c3172bbb4b03 X-Archives-Hash: 3f8099e42bf8c20686866fd440d599d1 commit: 9e8d06e63a2fa976fdbec2039bef29d09017705d Author: Saki Xi riseup net> AuthorDate: Mon May 13 01:56:17 2024 +0000 Commit: orbea riseup net> CommitDate: Mon May 13 05:31:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9e8d06e6 net-analyzer/nmap: upstream sync, stable Signed-off-by: Saki Xi riseup.net> Closes: https://github.com/gentoo/libressl/pull/560 Signed-off-by: orbea riseup.net> net-analyzer/nmap/nmap-7.95.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nmap/nmap-7.95.ebuild b/net-analyzer/nmap/nmap-7.95.ebuild index c1c992c..1cfad6a 100644 --- a/net-analyzer/nmap/nmap-7.95.ebuild +++ b/net-analyzer/nmap/nmap-7.95.ebuild @@ -27,7 +27,7 @@ else SRC_URI="https://nmap.org/dist/${P}.tar.bz2" SRC_URI+=" verify-sig? ( https://nmap.org/dist/sigs/${P}.tar.bz2.asc )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-7.95-patches-2.tar.xz"