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 DFC14158094 for ; Wed, 22 Jun 2022 06:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F161FE0845; Wed, 22 Jun 2022 06:44:00 +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 D2121E0845 for ; Wed, 22 Jun 2022 06:44:00 +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 BACF4341AB9 for ; Wed, 22 Jun 2022 06:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 196B7512 for ; Wed, 22 Jun 2022 06:43:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1655880234.ab8a8b480e876829c15a90a38f9574583d2ff1b9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/deluge-2.0.5-r1.ebuild net-p2p/deluge/deluge-9999.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab8a8b480e876829c15a90a38f9574583d2ff1b9 X-VCS-Branch: master Date: Wed, 22 Jun 2022 06:43:58 +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: e73fcf51-c15e-4623-948f-6a150884fe5e X-Archives-Hash: cb275497e9da54d4bd2d158e75b1a006 commit: ab8a8b480e876829c15a90a38f9574583d2ff1b9 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 18 12:50:22 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 22 06:43:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8a8b48 net-p2p/deluge: Dekeyword ~sparc due to twisted[crypt] dep Remove ~sparc keyword since this package (indirectly) depends on dev-python/cryptography that requires Rust nowadays. This flew under the radar so far because we still have non-Rust cryptography versions but we do not intend to maintain them longer than absolutely necessary and deluge does not really seem like a very important package to justify keeping ~sparc keywords. Signed-off-by: Michał Górny gentoo.org> net-p2p/deluge/deluge-2.0.5-r1.ebuild | 2 +- net-p2p/deluge/deluge-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/deluge/deluge-2.0.5-r1.ebuild b/net-p2p/deluge/deluge-2.0.5-r1.ebuild index 087d6c65dbd4..ecb8c4c8a4fd 100644 --- a/net-p2p/deluge/deluge-2.0.5-r1.ebuild +++ b/net-p2p/deluge/deluge-2.0.5-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}" else SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" fi LICENSE="GPL-2" diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index f432594a17df..9bf0efe9a73f 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}" else SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~x86" fi LICENSE="GPL-2"