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 CC82A1384C0 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 AA63D141EA; 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 2AF2F141EA 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 3875C340814 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 1D0B1156 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: <1441009895.44e2eebd9cb64569db9d55c03d73c45740945fa2.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: 44e2eebd9cb64569db9d55c03d73c45740945fa2 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: 704ba0e1-da6d-402e-b2e1-870a9ed227f2 X-Archives-Hash: 265988a90006f3d7fa682a8a652eb695 commit: 44e2eebd9cb64569db9d55c03d73c45740945fa2 Author: Patrice Clement gentoo org> AuthorDate: Mon Aug 31 08:17:51 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Aug 31 08:31:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e2eebd app-text/html-xml-utils: Stable for amd64. 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 2fd0183..9b1dcf1 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 ~x86 ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND="net-misc/curl"