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 9E90F13832E for ; Wed, 20 Jul 2016 19:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9F7521C046; Wed, 20 Jul 2016 19:56:13 +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 8E01421C046 for ; Wed, 20 Jul 2016 19:56:13 +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 B79FF340D80 for ; Wed, 20 Jul 2016 19:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 517FC7CE for ; Wed, 20 Jul 2016 19:56:03 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1469044553.5cfd96c0523d6101428a9a14f204063b2ee98b03.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hoomd-blue/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild X-VCS-Directories: sci-physics/hoomd-blue/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 5cfd96c0523d6101428a9a14f204063b2ee98b03 X-VCS-Branch: master Date: Wed, 20 Jul 2016 19:56:03 +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: 6139b238-2361-47a6-ac7a-10873237ca67 X-Archives-Hash: 95fa0f5377c5c03ba30ef772e84b6f91 commit: 5cfd96c0523d6101428a9a14f204063b2ee98b03 Author: Christoph Junghans gentoo org> AuthorDate: Wed Jul 20 19:55:42 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jul 20 19:55:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfd96c0 sci-physics/hoomd-blue: drop keywords Package-Manager: portage-2.2.28 sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild b/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild index 963ddc3..e4dde6f 100644 --- a/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild +++ b/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild @@ -14,7 +14,6 @@ HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/" EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git" if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64" EGIT_COMMIT="v${PV}" PATCHES=( "${FILESDIR}/${P}-cxx11.patch" ) fi