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 3C24F139083 for ; Mon, 27 Feb 2017 08:59:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C6F2E0C27; Mon, 27 Feb 2017 08:59:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4FFCCE0C27 for ; Mon, 27 Feb 2017 08:59:25 +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 4631A340F53 for ; Mon, 27 Feb 2017 08:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88E8C5634 for ; Mon, 27 Feb 2017 08:59:22 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1488185955.48147246a6e5b85232c0b832a4dab8c289aed925.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2016.2.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 48147246a6e5b85232c0b832a4dab8c289aed925 X-VCS-Branch: master Date: Mon, 27 Feb 2017 08:59:22 +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: e4107c57-15a8-41be-8fb1-0fc7ec1cf22d X-Archives-Hash: 12a5dd96816a390dcb2e859871cb027f commit: 48147246a6e5b85232c0b832a4dab8c289aed925 Author: Michael Weber gentoo org> AuthorDate: Mon Feb 27 08:58:49 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Mon Feb 27 08:59:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48147246 sci-chemistry/gromacs: arm stable (bug 589032). Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-chemistry/gromacs/gromacs-2016.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2016.2.ebuild b/sci-chemistry/gromacs/gromacs-2016.2.ebuild index 2dee4bd870..d249176788 100644 --- a/sci-chemistry/gromacs/gromacs-2016.2.ebuild +++ b/sci-chemistry/gromacs/gromacs-2016.2.ebuild @@ -15,11 +15,10 @@ if [[ $PV = *9999* ]]; then http://repo.or.cz/r/gromacs.git" [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 - KEYWORDS="amd64" else SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz test? ( http://gerrit.gromacs.org/download/regressiontests-${PV/_/-}.tar.gz )" - KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + KEYWORDS="amd64 arm ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" fi ACCE_IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 cpu_flags_x86_avx cpu_flags_x86_avx2"