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 6EDF81382BE for ; Wed, 15 Jun 2016 14:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A34C2E0A07; 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 1F230E0A40 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 CBCDD33E142 for ; Wed, 15 Jun 2016 14:57:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83F22412 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: <1466002506.e0329e3fd83f68b41dbd4c3057b43a628b619d5b.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/frama-c/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/frama-c/frama-c-20140301.ebuild X-VCS-Directories: sci-mathematics/frama-c/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: e0329e3fd83f68b41dbd4c3057b43a628b619d5b 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: 6f19d4bd-cf57-48cb-97c1-c1502306f4b8 X-Archives-Hash: 5196ec59758b0bc319ab2cca22b164ae commit: e0329e3fd83f68b41dbd4c3057b43a628b619d5b Author: Marius Brehler linux sungazer de> AuthorDate: Wed Jun 15 14:55:06 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Jun 15 14:55:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e0329e3f sci-mathematics/frama-c: Drop ~x86 keyword Package-Manager: portage-2.2.28 sci-mathematics/frama-c/frama-c-20140301.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/frama-c/frama-c-20140301.ebuild b/sci-mathematics/frama-c/frama-c-20140301.ebuild index 28166cd..822d8cd 100644 --- a/sci-mathematics/frama-c/frama-c-20140301.ebuild +++ b/sci-mathematics/frama-c/frama-c-20140301.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$ @@ -13,7 +13,7 @@ SRC_URI="http://frama-c.com/download/${PN/-c/-c-$NAME}-${PV/_/-}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="doc gtk +ocamlopt" RESTRICT="strip"