diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-12 12:14:51 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-12 12:14:51 +0200 |
commit | 893ffeb90704dc2da8f605634798ffb53dca55a4 (patch) | |
tree | eb90868b9d7a45213d1b5d568d96e414c70318b2 /net-p2p/deluge | |
parent | net-analyzer/zabbix: fixed patches not being applied (diff) | |
download | gentoo-893ffeb90704dc2da8f605634798ffb53dca55a4.tar.gz gentoo-893ffeb90704dc2da8f605634798ffb53dca55a4.tar.bz2 gentoo-893ffeb90704dc2da8f605634798ffb53dca55a4.zip |
net-p2p/deluge: Keyword 2.0.5-r1 arm64, #834527
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/deluge-2.0.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/deluge/deluge-2.0.5-r1.ebuild b/net-p2p/deluge/deluge-2.0.5-r1.ebuild index f432594a17df..19adbc13b4cb 100644 --- a/net-p2p/deluge/deluge-2.0.5-r1.ebuild +++ b/net-p2p/deluge/deluge-2.0.5-r1.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 ~arm64 ~ppc ~sparc ~x86" fi LICENSE="GPL-2" |