summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Pedroni <PPed72@users.noreply.github.com>2020-01-28 16:21:31 +0100
committerCraig Andrews <candrews@gentoo.org>2020-01-28 10:31:25 -0500
commitfa249253fab9eef370382b74ca7c140f63c20850 (patch)
tree5ae3d45baf144c71cf0bc124d1cb0cf715140008 /net-p2p
parentmedia-gfx/optipng: EAPI 7 (diff)
downloadgentoo-fa249253fab9eef370382b74ca7c140f63c20850.tar.gz
gentoo-fa249253fab9eef370382b74ca7c140f63c20850.tar.bz2
gentoo-fa249253fab9eef370382b74ca7c140f63c20850.zip
add forgotten ~arm keyword after update
Bug: https://bugs.gentoo.org/705486 Signed-off-by: Paolo Pedroni <paolo.pedroni@iol.it> Closes: https://github.com/gentoo/gentoo/pull/14485 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/deluge-2.0.3-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/deluge/deluge-2.0.3-r3.ebuild b/net-p2p/deluge/deluge-2.0.3-r3.ebuild
index d1806e7558e9..8b3cbf5b4f97 100644
--- a/net-p2p/deluge/deluge-2.0.3-r3.ebuild
+++ b/net-p2p/deluge/deluge-2.0.3-r3.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 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="GPL-2"