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 220221382C5 for ; Thu, 11 Feb 2021 07:45:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A642E0CBB; Thu, 11 Feb 2021 07:45:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 54755E0CBB for ; Thu, 11 Feb 2021 07:45:12 +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 2C33F340C33 for ; Thu, 11 Feb 2021 07:45:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 915DB4EF for ; Thu, 11 Feb 2021 07:45:07 +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: <1613029502.c0aa2a6e267cedf9f08cbeba7f7ae8df865b3808.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libqb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/libqb/libqb-1.9.0.ebuild X-VCS-Directories: sys-cluster/libqb/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c0aa2a6e267cedf9f08cbeba7f7ae8df865b3808 X-VCS-Branch: master Date: Thu, 11 Feb 2021 07:45:07 +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: 9ac4a9a7-b615-496b-ba4b-93a855b9d0e9 X-Archives-Hash: b0160a880d4a2ca1d50af994976892ac commit: c0aa2a6e267cedf9f08cbeba7f7ae8df865b3808 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Feb 11 07:44:46 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Feb 11 07:45:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0aa2a6e sys-cluster/libqb: stable 1.9.0 for ppc64 stable wrt bug #699860 Package-Manager: Portage-3.0.14, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> sys-cluster/libqb/libqb-1.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/libqb/libqb-1.9.0.ebuild b/sys-cluster/libqb/libqb-1.9.0.ebuild index 8e1b6edc04c..9166158e3ba 100644 --- a/sys-cluster/libqb/libqb-1.9.0.ebuild +++ b/sys-cluster/libqb/libqb-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ClusterLabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0/20" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86" IUSE="debug doc examples systemd test" RESTRICT="!test? ( test )"