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 <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-18 14:50:22 +02:00
parent 40a8f13c5c
commit ab8a8b480e
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"