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 B58A4158020 for ; Thu, 24 Nov 2022 12:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9138EE090E; Thu, 24 Nov 2022 12:00:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 75167E0908 for ; Thu, 24 Nov 2022 12:00:37 +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 9AF98340F2D for ; Thu, 24 Nov 2022 12:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5B54763 for ; Thu, 24 Nov 2022 12:00:33 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1669291209.35e6af250d8c1c33fda5072f012b825109e8f972.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/shodan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/shodan/shodan-1.28.0.ebuild X-VCS-Directories: net-analyzer/shodan/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 35e6af250d8c1c33fda5072f012b825109e8f972 X-VCS-Branch: master Date: Thu, 24 Nov 2022 12:00:33 +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: fa0aa555-2055-415d-adef-683ab42d55d3 X-Archives-Hash: 59bfa80eb257f96a30000337c1d54e24 commit: 35e6af250d8c1c33fda5072f012b825109e8f972 Author: WANG Xuerui gentoo org> AuthorDate: Thu Nov 24 04:05:34 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Nov 24 12:00:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e6af25 net-analyzer/shodan: keyword 1.28.0 for ~loong Signed-off-by: WANG Xuerui gentoo.org> net-analyzer/shodan/shodan-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/shodan/shodan-1.28.0.ebuild b/net-analyzer/shodan/shodan-1.28.0.ebuild index c66417af8251..c9698d950297 100644 --- a/net-analyzer/shodan/shodan-1.28.0.ebuild +++ b/net-analyzer/shodan/shodan-1.28.0.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} = "9999" ]]; then else SRC_URI="https://github.com/achillean/shodan-python/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~loong ~x86" fi LICENSE="MIT"