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 5FDF91396D9 for ; Mon, 16 Oct 2017 07:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AF732BC028; Mon, 16 Oct 2017 07:45:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A00C2BC028 for ; Mon, 16 Oct 2017 07:45:26 +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 0D12433BEAC for ; Mon, 16 Oct 2017 07:45:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ECBF325 for ; Mon, 16 Oct 2017 07:45:24 +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: <1508139915.e26b43a550a6503a5fe9c6b0d604629ad64e1065.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/xmlindent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild X-VCS-Directories: dev-util/xmlindent/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e26b43a550a6503a5fe9c6b0d604629ad64e1065 X-VCS-Branch: master Date: Mon, 16 Oct 2017 07:45:24 +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: 9f25f756-d2c5-4bd6-9bca-5b4420cf14bf X-Archives-Hash: 053333a08a015fc618f500a537c1b730 commit: e26b43a550a6503a5fe9c6b0d604629ad64e1065 Author: Patrice Clement gentoo org> AuthorDate: Mon Oct 16 07:43:07 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Oct 16 07:45:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26b43a5 dev-util/xmlindent: stable for x86. Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild b/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild index 1d3128ad689..3b038a3ca66 100644 --- a/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild +++ b/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://xmlindent.sourceforge.net/" SRC_URI="mirror://sourceforge/xmlindent/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="sys-devel/flex"