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 DD9341384C4 for ; Mon, 31 Aug 2015 08:31:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB223141EC; Mon, 31 Aug 2015 08:31:50 +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 3CABB141EC for ; Mon, 31 Aug 2015 08:31:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 413FC34082B for ; Mon, 31 Aug 2015 08:31:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FC1117E for ; Mon, 31 Aug 2015 08:31:47 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1441009899.e59f62459d9c93072f21936e42afc3f502a0850e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/html-xml-utils/html-xml-utils-6.9.ebuild X-VCS-Directories: app-text/html-xml-utils/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e59f62459d9c93072f21936e42afc3f502a0850e X-VCS-Branch: master Date: Mon, 31 Aug 2015 08:31:47 +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: 4395398f-2d97-49ec-a718-b1d12789c327 X-Archives-Hash: 84b8b88bc9685d5520fdfc39ecf5c568 commit: e59f62459d9c93072f21936e42afc3f502a0850e Author: Patrice Clement gentoo org> AuthorDate: Mon Aug 31 08:23:45 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Aug 31 08:31:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59f6245 app-text/html-xml-utils: Stable for ppc+ppc64. Fixes bug 544234. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> app-text/html-xml-utils/html-xml-utils-6.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/html-xml-utils/html-xml-utils-6.9.ebuild b/app-text/html-xml-utils/html-xml-utils-6.9.ebuild index 9b1dcf1..bde783a 100644 --- a/app-text/html-xml-utils/html-xml-utils-6.9.ebuild +++ b/app-text/html-xml-utils/html-xml-utils-6.9.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/" LICENSE="W3C" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc ppc64 ~x86 ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND="net-misc/curl"