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 206D3138247 for ; Sat, 9 Nov 2013 08:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A45A0E09B8; Sat, 9 Nov 2013 08:55:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BAA0E09B6 for ; Sat, 9 Nov 2013 08:55:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57D5D33F1A1 for ; Sat, 9 Nov 2013 08:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 07CF8E545C for ; Sat, 9 Nov 2013 08:55:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1383932706.544fd5697f13e8837766aea967a9b58cb97c4d2a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/LoopTools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/LoopTools/LoopTools-2.8.ebuild X-VCS-Directories: sci-physics/LoopTools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 544fd5697f13e8837766aea967a9b58cb97c4d2a X-VCS-Branch: master Date: Sat, 9 Nov 2013 08:55:52 +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: 0e522c52-517a-4473-ae55-85b6af0dddf3 X-Archives-Hash: 18235f42f8df8defc98f587f00a0a4f2 commit: 544fd5697f13e8837766aea967a9b58cb97c4d2a Author: Jauhien Piatlicki gmail com> AuthorDate: Fri Nov 8 17:45:06 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Nov 8 17:45:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=544fd569 sci-physics/LoopTools: ~amd64 keyword added, EAPI=5 --- sci-physics/LoopTools/LoopTools-2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/LoopTools/LoopTools-2.8.ebuild b/sci-physics/LoopTools/LoopTools-2.8.ebuild index 6432bfc..d0e4ad1 100644 --- a/sci-physics/LoopTools/LoopTools-2.8.ebuild +++ b/sci-physics/LoopTools/LoopTools-2.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit eutils fortran-2 @@ -13,7 +13,7 @@ SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/fortran"