commit: 8aa9e7652a9970c7135a0250f4cf014210745336
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 21:06:52 2018 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 21:09:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa9e765
net-p2p/mktorrent: add ~arm, bug #642042
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
net-p2p/mktorrent/mktorrent-1.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-p2p/mktorrent/mktorrent-1.1.ebuild
b/net-p2p/mktorrent/mktorrent-1.1.ebuild
index 75ea9fc65c9..3cb3f2a2413 100644
--- a/net-p2p/mktorrent/mktorrent-1.1.ebuild
+++ b/net-p2p/mktorrent/mktorrent-1.1.ebuild
@@ -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= )"