diff options
author | Markus Meier <maekke@gentoo.org> | 2018-03-14 22:06:52 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-03-14 22:09:02 +0100 |
commit | 8aa9e7652a9970c7135a0250f4cf014210745336 (patch) | |
tree | d6ab00a6fc67774c9f42c33ba4060cc720691d66 /net-p2p/mktorrent | |
parent | app-misc/khard: add ~arm, bug #643066 (diff) | |
download | gentoo-8aa9e7652a9970c7135a0250f4cf014210745336.tar.gz gentoo-8aa9e7652a9970c7135a0250f4cf014210745336.tar.bz2 gentoo-8aa9e7652a9970c7135a0250f4cf014210745336.zip |
net-p2p/mktorrent: add ~arm, bug #642042
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'net-p2p/mktorrent')
-rw-r--r-- | net-p2p/mktorrent/mktorrent-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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= )" |