add forgotten ~arm keyword after update
authorPaolo Pedroni <PPed72@users.noreply.github.com>
Tue, 28 Jan 2020 15:21:31 +0000 (16:21 +0100)
committerCraig Andrews <candrews@gentoo.org>
Tue, 28 Jan 2020 15:31:25 +0000 (10:31 -0500)
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>
net-p2p/deluge/deluge-2.0.3-r3.ebuild

index d1806e7558e90716d060ac80571ccd8b75d0d67c..8b3cbf5b4f976fe5c28387d1c29213b401e2c594 100644 (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"