From: Markus Meier Date: Wed, 14 Mar 2018 21:06:52 +0000 (+0100) Subject: net-p2p/mktorrent: add ~arm, bug #642042 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8aa9e7652a9970c7135a0250f4cf014210745336;p=gentoo.git net-p2p/mktorrent: add ~arm, bug #642042 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" --- diff --git a/net-p2p/mktorrent/mktorrent-1.1.ebuild b/net-p2p/mktorrent/mktorrent-1.1.ebuild index 75ea9fc65c96..3cb3f2a2413a 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= )"