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 C47AA139695 for ; Sun, 30 Apr 2017 09:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E144E21C03C; Sun, 30 Apr 2017 09:05:08 +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 BADD5E0DBB for ; Sun, 30 Apr 2017 09:05:08 +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 E28AF341692 for ; Sun, 30 Apr 2017 09:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8671D7445 for ; Sun, 30 Apr 2017 09:05:06 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1493543097.e98f84f68b1246e01db69ca4de4a3b115ff0a4f6.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e98f84f68b1246e01db69ca4de4a3b115ff0a4f6 X-VCS-Branch: master Date: Sun, 30 Apr 2017 09:05:06 +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: adf2d262-3943-4ba3-89b0-f69a57b6a234 X-Archives-Hash: c7051e0c8f911fb99e23c61acc99ad37 commit: e98f84f68b1246e01db69ca4de4a3b115ff0a4f6 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Apr 30 09:04:57 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Apr 30 09:04:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98f84f6 sys-cluster/libqb: Stable for HPPA (bug #616558). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches sys-cluster/libqb/libqb-0.17.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/libqb/libqb-0.17.2.ebuild b/sys-cluster/libqb/libqb-0.17.2.ebuild index fa1541e29ee..887b349173a 100644 --- a/sys-cluster/libqb/libqb-0.17.2.ebuild +++ b/sys-cluster/libqb/libqb-0.17.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://fedorahosted.org/releases/q/u/quarterback/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" +KEYWORDS="amd64 hppa ppc ~ppc64 x86" IUSE="debug doc examples static-libs test" RDEPEND="dev-libs/glib:2"