From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5489113829C for ; Tue, 31 May 2016 19:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB7F321C063; Tue, 31 May 2016 19:23:04 +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 656BF21C063 for ; Tue, 31 May 2016 19:23:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 762B7340CC7 for ; Tue, 31 May 2016 19:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21A42983 for ; Tue, 31 May 2016 19:23:02 +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: <1464722571.be180a9854f8ead8b1870008e9411b6746a62b6a.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/radvd/radvd-2.13.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: be180a9854f8ead8b1870008e9411b6746a62b6a X-VCS-Branch: master Date: Tue, 31 May 2016 19:23:02 +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: ee6cc61b-4464-40a0-aa4c-3fd9fa4aa4d6 X-Archives-Hash: f40b8116af999d8541917c406155c7d6 commit: be180a9854f8ead8b1870008e9411b6746a62b6a Author: Markus Meier gentoo org> AuthorDate: Tue May 31 19:22:35 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue May 31 19:22:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be180a98 net-misc/radvd: arm stable, bug #583698 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" net-misc/radvd/radvd-2.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/radvd/radvd-2.13.ebuild b/net-misc/radvd/radvd-2.13.ebuild index 14b6499..bb8df9e 100644 --- a/net-misc/radvd/radvd-2.13.ebuild +++ b/net-misc/radvd/radvd-2.13.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="kernel_FreeBSD selinux test" CDEPEND="dev-libs/libdaemon"