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 8206013888F for ; Mon, 19 Oct 2015 16:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CB2CE07FB; Mon, 19 Oct 2015 16:56:51 +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 7295521C00F for ; Mon, 19 Oct 2015 16:56:50 +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 716EA34084A for ; Mon, 19 Oct 2015 16:56:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 907DC1350 for ; Mon, 19 Oct 2015 16:56:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445273801.472b2f519e38ee1751127b71b3165aaa73c08b47.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/xdsstat-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild X-VCS-Directories: sci-chemistry/xdsstat-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 472b2f519e38ee1751127b71b3165aaa73c08b47 X-VCS-Branch: master Date: Mon, 19 Oct 2015 16:56:46 +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: c492ed35-476f-4e8e-b81a-e797624a6228 X-Archives-Hash: 054c80ff0740bd6821517b6b6fe1d906 commit: 472b2f519e38ee1751127b71b3165aaa73c08b47 Author: Justin Lecher gentoo org> AuthorDate: Mon Oct 19 16:55:22 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Oct 19 16:56:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472b2f51 sci-chemistry/xdsstat-bin: XDS dropped x86 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild index 7bed425..cedcb44 100644 --- a/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild +++ b/sci-chemistry/xdsstat-bin/xdsstat-bin-140225.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~amd64-linux" IUSE="" RDEPEND="sci-chemistry/xds-bin"