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 65D86139694 for ; Thu, 23 Feb 2017 08:29:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A619CE0BB1; Thu, 23 Feb 2017 08:29:15 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8434CE0BB1 for ; Thu, 23 Feb 2017 08:29:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB8D0341142 for ; Thu, 23 Feb 2017 08:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6872C5199 for ; Thu, 23 Feb 2017 08:29:13 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487838541.b70e8301d03689cd540d8500faf1f28179c75a65.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libqb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/libqb/libqb-0.17.2.ebuild X-VCS-Directories: sys-cluster/libqb/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b70e8301d03689cd540d8500faf1f28179c75a65 X-VCS-Branch: master Date: Thu, 23 Feb 2017 08:29:13 +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: 17b58748-8444-4323-bf59-35c81a63f2c6 X-Archives-Hash: b4afd92eee251743ef0f43bcf9aaf9ad commit: b70e8301d03689cd540d8500faf1f28179c75a65 Author: Michael Weber gentoo org> AuthorDate: Thu Feb 23 08:29:01 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Feb 23 08:29:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70e8301 sys-cluster/libqb: Add ~ppc ~ppc64 keywords (bug 413543). Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-cluster/libqb/libqb-0.17.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/libqb/libqb-0.17.2.ebuild b/sys-cluster/libqb/libqb-0.17.2.ebuild index d138d59f53..28233ca149 100644 --- a/sys-cluster/libqb/libqb-0.17.2.ebuild +++ b/sys-cluster/libqb/libqb-0.17.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://fedorahosted.org/releases/q/u/quarterback/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="debug doc examples static-libs test" RDEPEND="dev-libs/glib:2"