diff options
Diffstat (limited to 'net-p2p')
-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= )" |