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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86818158094 for ; Sun, 10 Jul 2022 06:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26A1DE0B9A; Sun, 10 Jul 2022 06:17:40 +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 CA76AE0B9D for ; Sun, 10 Jul 2022 06:17:39 +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 92125340E02 for ; Sun, 10 Jul 2022 06:17:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C50B352D for ; Sun, 10 Jul 2022 06:17:36 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1657433823.26100bd7979ae7e6a6d60b6a86ea3e6d35c2dc30.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2p/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/i2p/i2p-1.7.0.ebuild X-VCS-Directories: net-vpn/i2p/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 26100bd7979ae7e6a6d60b6a86ea3e6d35c2dc30 X-VCS-Branch: master Date: Sun, 10 Jul 2022 06:17:36 +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: e57129cf-cb32-48b7-a0f7-906b108ca9b0 X-Archives-Hash: 7d7ff542cef69d174cb27da38b026ddc commit: 26100bd7979ae7e6a6d60b6a86ea3e6d35c2dc30 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jul 10 06:17:03 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jul 10 06:17:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26100bd7 net-vpn/i2p: amd64 stable wrt bug #857123 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-vpn/i2p/i2p-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/i2p/i2p-1.7.0.ebuild b/net-vpn/i2p/i2p-1.7.0.ebuild index edc82ec59148..9c4491ff3d78 100644 --- a/net-vpn/i2p/i2p-1.7.0.ebuild +++ b/net-vpn/i2p/i2p-1.7.0.ebuild @@ -13,7 +13,7 @@ LICENSE="Apache-2.0 Artistic BSD CC-BY-2.5 CC-BY-3.0 CC-BY-SA-3.0 EPL-1.0 GPL-2 SLOT="0" # Until the deps reach other arches -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="nls test" RESTRICT="!test? ( test )"