From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 333C613832E for ; Sun, 14 Aug 2016 19:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D6ADE0B79; Sun, 14 Aug 2016 19:23:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAD45E0B79 for ; Sun, 14 Aug 2016 19:23:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A495340CD9 for ; Sun, 14 Aug 2016 19:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F3202443 for ; Sun, 14 Aug 2016 19:22:59 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1471202522.ec16b7aa366f8714421a0636c312514b4749b8cb.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcpcd/dhcpcd-6.11.1-r1.ebuild X-VCS-Directories: net-misc/dhcpcd/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: ec16b7aa366f8714421a0636c312514b4749b8cb X-VCS-Branch: master Date: Sun, 14 Aug 2016 19:22:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f668b6b8-75a0-4a5b-86e6-0935cad71ed2 X-Archives-Hash: 8217a74c09c2c0e068111aa02e3147f9 commit: ec16b7aa366f8714421a0636c312514b4749b8cb Author: Markus Meier gentoo org> AuthorDate: Sun Aug 14 19:22:02 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Aug 14 19:22:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec16b7aa net-misc/dhcpcd: arm stable, bug #589384 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" net-misc/dhcpcd/dhcpcd-6.11.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/dhcpcd/dhcpcd-6.11.1-r1.ebuild b/net-misc/dhcpcd/dhcpcd-6.11.1-r1.ebuild index 26665c9..ad8fd16 100644 --- a/net-misc/dhcpcd/dhcpcd-6.11.1-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.11.1-r1.ebuild @@ -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