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 0258B1396D9 for ; Sat, 18 Nov 2017 09:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BB4FE0B78; Sat, 18 Nov 2017 09:41:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F139AE0B78 for ; Sat, 18 Nov 2017 09:41:11 +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 EC75F33BEA7 for ; Sat, 18 Nov 2017 09:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82E189EEE for ; Sat, 18 Nov 2017 09:41:09 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1510998039.167cc248158eb37b14544d102a626e4e3a1057b7.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 167cc248158eb37b14544d102a626e4e3a1057b7 X-VCS-Branch: master Date: Sat, 18 Nov 2017 09:41:09 +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: a66f6cf8-be11-4582-bc59-729e52da7b73 X-Archives-Hash: 601a6bd603d3aa357d5f02a1a59b0677 commit: 167cc248158eb37b14544d102a626e4e3a1057b7 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 18 09:40:39 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 18 09:40:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167cc248 net-misc/radvd: stable 2.17-r1 for sparc, bug #637520 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" 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 834b97136df..5e240ace24c 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"