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 05CC8138334 for ; Sat, 28 Dec 2019 21:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18EC3E09E3; Sat, 28 Dec 2019 21:33:02 +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 F4141E09E3 for ; Sat, 28 Dec 2019 21:33:01 +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 9ECBD34DC74 for ; Sat, 28 Dec 2019 21:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5742375 for ; Sat, 28 Dec 2019 21:32:58 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1577568760.ca29c5fc6583ab40b2952b554238677ac791537a.gyakovlev@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: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ca29c5fc6583ab40b2952b554238677ac791537a X-VCS-Branch: master Date: Sat, 28 Dec 2019 21:32:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f771be19-e16d-463d-89df-bc2a7bfd7bfa X-Archives-Hash: 3aefd3245e40e2d4afaed9319f7f5c0e commit: ca29c5fc6583ab40b2952b554238677ac791537a Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Dec 28 20:46:12 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Dec 28 21:32:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca29c5fc net-misc/radvd: keyword 2.18 on ~ppc64 PASS: check_all ============================================================================ Testsuite summary for radvd 2.18 ============================================================================ TOTAL: 1 PASS: 1 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 ============================================================================ Bug: https://bugs.gentoo.org/679888 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev 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 2076f18bb70..083d081966d 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" +KEYWORDS="amd64 arm arm64 hppa ppc ~ppc64 sparc x86" IUSE="kernel_FreeBSD selinux test" RESTRICT="!test? ( test )"