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 515FD1382BD for ; Wed, 15 Jun 2016 14:57:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5952E0A49; Wed, 15 Jun 2016 14:57:54 +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 377BCE0A49 for ; Wed, 15 Jun 2016 14:57:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 569DC33BF0B for ; Wed, 15 Jun 2016 14:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAEEA2413 for ; Wed, 15 Jun 2016 14:57:49 +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: <1466002540.51abf617505aeccd1d7c9e866e206563d71ad3d0.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/why3/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/why3/why3-0.83.ebuild X-VCS-Directories: sci-mathematics/why3/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 51abf617505aeccd1d7c9e866e206563d71ad3d0 X-VCS-Branch: master Date: Wed, 15 Jun 2016 14:57:49 +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: 48a6c447-1895-4c04-8e8b-eab44721381d X-Archives-Hash: 4a31c2add386b12b05adc0349e4bc80e commit: 51abf617505aeccd1d7c9e866e206563d71ad3d0 Author: Marius Brehler linux sungazer de> AuthorDate: Wed Jun 15 14:55:40 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Jun 15 14:55:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=51abf617 sci-mathematics/why3: Drop ~x86 keyword Package-Manager: portage-2.2.28 sci-mathematics/why3/why3-0.83.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/why3/why3-0.83.ebuild b/sci-mathematics/why3/why3-0.83.ebuild index b07bcc3..2b2643f 100644 --- a/sci-mathematics/why3/why3-0.83.ebuild +++ b/sci-mathematics/why3/why3-0.83.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="https://gforge.inria.fr/frs/download.php/33490/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="float frama-c doc examples" DEPEND=">=dev-lang/ocaml-3.12.1