From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 53A0B139BC6 for ; Mon, 28 Sep 2015 02:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47AB821C002; Mon, 28 Sep 2015 02:58:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B69EE21C002 for ; Mon, 28 Sep 2015 02:58:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADD65341085 for ; Mon, 28 Sep 2015 02:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A6A61FE for ; Mon, 28 Sep 2015 02:58:12 +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: <1443408859.c364b0d6ddb17b592614f8dcebee84cd20f7dff8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/quazip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/quazip/quazip-0.7.1.ebuild X-VCS-Directories: dev-libs/quazip/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c364b0d6ddb17b592614f8dcebee84cd20f7dff8 X-VCS-Branch: master Date: Mon, 28 Sep 2015 02:58:12 +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: fb3b4396-3df3-41d9-ab6c-79e91bb654b8 X-Archives-Hash: e9377b4ac2ae76e148081953ddf7e038 commit: c364b0d6ddb17b592614f8dcebee84cd20f7dff8 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Sep 28 02:54:19 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Sep 28 02:54:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c364b0d6 dev-libs/quazip: Stable for HPPA PPC64 (bug #561478). Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches dev-libs/quazip/quazip-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/quazip/quazip-0.7.1.ebuild b/dev-libs/quazip/quazip-0.7.1.ebuild index 1e8514a..de6d725 100644 --- a/dev-libs/quazip/quazip-0.7.1.ebuild +++ b/dev-libs/quazip/quazip-0.7.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="test qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 )"