diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-18 14:50:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-22 08:43:54 +0200 |
commit | ab8a8b480e876829c15a90a38f9574583d2ff1b9 (patch) | |
tree | 1282318e1cf686cfda52dc37b298f8d1af8c56c2 /net-p2p | |
parent | profiles/arch/s390: Move s390-specific stuff to subprofile (diff) | |
download | gentoo-ab8a8b480e876829c15a90a38f9574583d2ff1b9.tar.gz gentoo-ab8a8b480e876829c15a90a38f9574583d2ff1b9.tar.bz2 gentoo-ab8a8b480e876829c15a90a38f9574583d2ff1b9.zip |
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>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/deluge-2.0.5-r1.ebuild | 2 | ||||
-rw-r--r-- | 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" |