Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/
Date: Fri, 26 Aug 2022 15:42:27
Message-Id: 1661528533.33a8c02408f2b7b24310afa41b218a769c941012.arthurzam@gentoo
1 commit: 33a8c02408f2b7b24310afa41b218a769c941012
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 15:42:13 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 15:42:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a8c024
7
8 net-p2p/deluge: Keyword 2.1.1 arm64, #866614
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-p2p/deluge/deluge-2.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/deluge/deluge-2.1.1.ebuild b/net-p2p/deluge/deluge-2.1.1.ebuild
16 index bce30e659a47..a44545f99a8d 100644
17 --- a/net-p2p/deluge/deluge-2.1.1.ebuild
18 +++ b/net-p2p/deluge/deluge-2.1.1.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}"
21 else
22 SRC_URI="http://download.deluge-torrent.org/source/$(ver_cut 1-2)/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~ppc"
24 + KEYWORDS="~amd64 ~arm64 ~ppc"
25 fi
26
27 LICENSE="GPL-2"