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 2BB6F139084 for ; Fri, 15 Dec 2017 09:36:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 345BDE1000; Fri, 15 Dec 2017 09:36:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12CB6E1000 for ; Fri, 15 Dec 2017 09:36:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00BED33BEBE for ; Fri, 15 Dec 2017 09:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7A28AE84 for ; Fri, 15 Dec 2017 09:36:36 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1513330586.2f3a5fcf9cc140bc8668af333dc63bef9b05d1f9.perfinion@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.17-r1.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 2f3a5fcf9cc140bc8668af333dc63bef9b05d1f9 X-VCS-Branch: master Date: Fri, 15 Dec 2017 09:36:36 +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: 4446a996-5d07-4a6a-8132-546375fc5858 X-Archives-Hash: d9a19bafde99f334573657ca6cef490c commit: 2f3a5fcf9cc140bc8668af333dc63bef9b05d1f9 Author: Jason Zaman gentoo org> AuthorDate: Fri Dec 15 09:34:55 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Dec 15 09:36:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3a5fcf net-misc/radvd: amd64 stable Gentoo-bug: 637520 Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-misc/radvd/radvd-2.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/radvd/radvd-2.17-r1.ebuild b/net-misc/radvd/radvd-2.17-r1.ebuild index 5e240ace24c..8b036b6541b 100644 --- a/net-misc/radvd/radvd-2.17-r1.ebuild +++ b/net-misc/radvd/radvd-2.17-r1.ebuild @@ -11,7 +11,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"