net-p2p/mktorrent: add ~arm, bug #642042
authorMarkus Meier <maekke@gentoo.org>
Wed, 14 Mar 2018 21:06:52 +0000 (22:06 +0100)
committerMarkus Meier <maekke@gentoo.org>
Wed, 14 Mar 2018 21:09:02 +0000 (22:09 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

net-p2p/mktorrent/mktorrent-1.1.ebuild

index 75ea9fc65c967e000c35a703e14f69a29e492c47..3cb3f2a2413a323217a513ce71e41753b6cfb730 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,12 +12,12 @@ if [[ ${PV} == *9999 ]]; then
        EGIT_REPO_URI="https://github.com/Rudde/mktorrent.git"
 else
        SRC_URI="https://github.com/Rudde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="threads +ssl debug"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )"