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 332BA1382BD for ; Wed, 15 Jun 2016 15:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C106E0A8A; Wed, 15 Jun 2016 15:09:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 078ADE0A8A for ; Wed, 15 Jun 2016 15:09:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5F27340662 for ; Wed, 15 Jun 2016 15:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC42D1BA1 for ; Wed, 15 Jun 2016 15:08:57 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1466003209.ccc480dc46e5542efa5c4cb98bd4bc965b843c7e.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/why/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/why/why-2.34.ebuild X-VCS-Directories: sci-mathematics/why/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: ccc480dc46e5542efa5c4cb98bd4bc965b843c7e X-VCS-Branch: master Date: Wed, 15 Jun 2016 15:08:57 +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: 505b6dbb-4a83-461b-996a-88cb7f61fe69 X-Archives-Hash: 2d5b66388cd702722d245e2562d7fdb5 commit: ccc480dc46e5542efa5c4cb98bd4bc965b843c7e Author: Marius Brehler linux sungazer de> AuthorDate: Wed Jun 15 15:06:49 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Jun 15 15:06:49 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ccc480dc sci-mathematics/why: Drop ~x86 keyword Package-Manager: portage-2.2.28 sci-mathematics/why/why-2.34.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/why/why-2.34.ebuild b/sci-mathematics/why/why-2.34.ebuild index c0ab0af..b2e3af2 100644 --- a/sci-mathematics/why/why-2.34.ebuild +++ b/sci-mathematics/why/why-2.34.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://why.lri.fr/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="apron coq doc examples float gappa frama-c gtk pff why3" DEPEND=">=dev-lang/ocaml-3.12.1