diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2016-01-10 13:31:08 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2016-01-10 13:31:39 -0500 |
commit | d384b186fb95e99f2b188ef1df02c1c1c47dd119 (patch) | |
tree | e2cac6e7d85885d2d3e06bb2f7293bf38e246e29 /net-misc/dhcpcd | |
parent | x11-wm/mutter: Apply multiple upstream fixes (diff) | |
download | gentoo-d384b186fb95e99f2b188ef1df02c1c1c47dd119.tar.gz gentoo-d384b186fb95e99f2b188ef1df02c1c1c47dd119.tar.bz2 gentoo-d384b186fb95e99f2b188ef1df02c1c1c47dd119.zip |
net-misc/dhcpcd: stable arm bug #571152
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-6.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild b/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild index 4d3a5f5e6e74..42e814083b79 100644 --- a/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ else MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi |