From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1108322-garchives=archives.gentoo.org@lists.gentoo.org> 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 0D025138334 for <garchives@archives.gentoo.org>; Fri, 30 Aug 2019 18:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D095E084A; Fri, 30 Aug 2019 18:39:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1F2B3E0858 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Aug 2019 18:39:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F26E434A703 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Aug 2019 18:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4821A471 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Aug 2019 18:39:06 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> 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" <slyfox@gentoo.org> Message-ID: <1567190324.3c07e598836d19c1b52d2b000ab8f85d21eaea5d.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.18.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3c07e598836d19c1b52d2b000ab8f85d21eaea5d X-VCS-Branch: master Date: Fri, 30 Aug 2019 18:39:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3a618e5-9b9e-4832-bf1f-28bfc774a7f4 X-Archives-Hash: 163cb7dc669e2daf223fe6544e06d3c3 commit: 3c07e598836d19c1b52d2b000ab8f85d21eaea5d Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Fri Aug 30 17:43:06 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Aug 30 18:38:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c07e598 net-misc/radvd: stable 2.18 for hppa/sparc, bug #693080 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> net-misc/radvd/radvd-2.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/radvd/radvd-2.18.ebuild b/net-misc/radvd/radvd-2.18.ebuild index bfe3e3b3f0d..5f382a0ad2c 100644 --- a/net-misc/radvd/radvd-2.18.ebuild +++ b/net-misc/radvd/radvd-2.18.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"