From: Michael Weber Date: Thu, 23 Feb 2017 21:43:18 +0000 (+0100) Subject: net-misc/netctl: Add ~arm keyword (bug 473928). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7328553d8f2bb6a11d41068f833e2fcc30e9ed68;p=gentoo.git net-misc/netctl: Add ~arm keyword (bug 473928). Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/net-misc/netctl/netctl-1.11.ebuild b/net-misc/netctl/netctl-1.11.ebuild index f558aadc0eed..25d35d384d12 100644 --- a/net-misc/netctl/netctl-1.11.ebuild +++ b/net-misc/netctl/netctl-1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then DEPEND="app-text/asciidoc" else SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi DESCRIPTION="Profile based network connection tool from Arch Linux"