net-p2p/deluge: Add ~arm keyword wrt bug #705486

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2020-01-27 14:41:10 +03:00
parent 28891183cc
commit 9bf31ad0b7

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 ~x86"
KEYWORDS="amd64 ~arm ~x86"
fi
LICENSE="GPL-2"