diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-23 22:43:18 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-23 22:45:33 +0100 |
commit | 7328553d8f2bb6a11d41068f833e2fcc30e9ed68 (patch) | |
tree | d9e5c9ffabcc5bb3efa10894684b486bec7eb469 /net-misc/netctl | |
parent | app-editors/emacs: arm ppc ppc64 stable (bug 608192). (diff) | |
download | gentoo-7328553d8f2bb6a11d41068f833e2fcc30e9ed68.tar.gz gentoo-7328553d8f2bb6a11d41068f833e2fcc30e9ed68.tar.bz2 gentoo-7328553d8f2bb6a11d41068f833e2fcc30e9ed68.zip |
net-misc/netctl: Add ~arm keyword (bug 473928).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc/netctl')
-rw-r--r-- | net-misc/netctl/netctl-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |