Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 5/6] net-p2p/deluge: Dekeyword ~sparc due to twisted[crypt] dep
Date: Sun, 19 Jun 2022 10:06:20
Message-Id: 20220619100404.622009-6-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/6] s390 restructuring + common mixin for arches without Rust by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 net-p2p/deluge/deluge-2.0.5-r1.ebuild | 2 +-
4 net-p2p/deluge/deluge-9999.ebuild | 2 +-
5 2 files changed, 2 insertions(+), 2 deletions(-)
6
7 diff --git a/net-p2p/deluge/deluge-2.0.5-r1.ebuild b/net-p2p/deluge/deluge-2.0.5-r1.ebuild
8 index 087d6c65dbd4..ecb8c4c8a4fd 100644
9 --- a/net-p2p/deluge/deluge-2.0.5-r1.ebuild
10 +++ b/net-p2p/deluge/deluge-2.0.5-r1.ebuild
11 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
12 EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}"
13 else
14 SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz"
15 - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86"
16 + KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
17 fi
18
19 LICENSE="GPL-2"
20 diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
21 index f432594a17df..300f86532165 100644
22 --- a/net-p2p/deluge/deluge-9999.ebuild
23 +++ b/net-p2p/deluge/deluge-9999.ebuild
24 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
25 EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}"
26 else
27 SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz"
28 - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
29 + KEYWORDS="~amd64 ~arm ~ppc ~x86"
30 fi
31
32 LICENSE="GPL-2"
33 --
34 2.35.1