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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C70F7158021 for ; Sun, 4 Dec 2022 17:56:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C6B5E07D4; Sun, 4 Dec 2022 17:56:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82876E07D3 for ; Sun, 4 Dec 2022 17:56:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55FA9340DB4 for ; Sun, 4 Dec 2022 17:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9F5675 for ; Sun, 4 Dec 2022 17:56:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1670176552.dbe295aae708d2fc9225ba5f6a38b248fd61ef8b.arthurzam@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.19-r4.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: dbe295aae708d2fc9225ba5f6a38b248fd61ef8b X-VCS-Branch: master Date: Sun, 4 Dec 2022 17:56:23 +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: b02549e8-bd02-4cae-9ae7-ec0d9b5e07b0 X-Archives-Hash: d14a3c7965144b46bb0c8933ec999153 commit: dbe295aae708d2fc9225ba5f6a38b248fd61ef8b Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 4 17:55:52 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 4 17:55:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe295aa net-misc/radvd: Stabilize 2.19-r4 ppc, #882639 Signed-off-by: Arthur Zamarin gentoo.org> net-misc/radvd/radvd-2.19-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/radvd/radvd-2.19-r4.ebuild b/net-misc/radvd/radvd-2.19-r4.ebuild index a568472d4f89..c0f7f25a5faa 100644 --- a/net-misc/radvd/radvd-2.19-r4.ebuild +++ b/net-misc/radvd/radvd-2.19-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://v6web.litech.org/radvd/dist/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv sparc x86" IUSE="selinux test" RESTRICT="!test? ( test )"