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 8ACC913877A for ; Tue, 19 Aug 2014 21:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5704E081E; Tue, 19 Aug 2014 21:49:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84961E081E for ; Tue, 19 Aug 2014 21:49:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EFAE340173 for ; Tue, 19 Aug 2014 21:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CBF3395B for ; Tue, 19 Aug 2014 21:49:09 +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: <1408484912.9ed12d99bcdcef2528d23d8b57c60e6f63f17e79.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/espresso/ChangeLog sci-physics/espresso/espresso-9999.ebuild X-VCS-Directories: sci-physics/espresso/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 9ed12d99bcdcef2528d23d8b57c60e6f63f17e79 X-VCS-Branch: master Date: Tue, 19 Aug 2014 21:49:09 +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: bb15affe-718a-4a32-84c0-69097140cd8b X-Archives-Hash: 573faa982ab80d22ce7607dfbeefa2d6 commit: 9ed12d99bcdcef2528d23d8b57c60e6f63f17e79 Author: Christoph Junghans gentoo org> AuthorDate: Tue Aug 19 21:48:32 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Aug 19 21:48:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9ed12d99 use fftw by default Package-Manager: portage-2.2.8-r1 --- sci-physics/espresso/ChangeLog | 5 ++++- sci-physics/espresso/espresso-9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog index 08d45c2..40f0177 100644 --- a/sci-physics/espresso/ChangeLog +++ b/sci-physics/espresso/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-physics/espresso -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Aug 2014; Christoph Junghans espresso-9999.ebuild: + use fftw by default + 11 Dec 2013; Justin Lecher espresso-9999.ebuild: fix python handling diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index a00ef76..4a870ee 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -23,7 +23,7 @@ fi LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="X doc examples fftw mpi packages test -tk" +IUSE="X doc examples +fftw mpi packages test -tk" REQUIRED_USE=" ${PYTHON_REQUIRED_USE}