Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/LoopTools/
Date: Sat, 09 Nov 2013 08:55:55
Message-Id: 1383932706.544fd5697f13e8837766aea967a9b58cb97c4d2a.jlec@gentoo
1 commit: 544fd5697f13e8837766aea967a9b58cb97c4d2a
2 Author: Jauhien Piatlicki <piatlicki <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 8 17:45:06 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 8 17:45:06 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=544fd569
7
8 sci-physics/LoopTools: ~amd64 keyword added, EAPI=5
9
10 ---
11 sci-physics/LoopTools/LoopTools-2.8.ebuild | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/sci-physics/LoopTools/LoopTools-2.8.ebuild b/sci-physics/LoopTools/LoopTools-2.8.ebuild
15 index 6432bfc..d0e4ad1 100644
16 --- a/sci-physics/LoopTools/LoopTools-2.8.ebuild
17 +++ b/sci-physics/LoopTools/LoopTools-2.8.ebuild
18 @@ -2,7 +2,7 @@
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: $
21
22 -EAPI=4
23 +EAPI=5
24
25 inherit eutils fortran-2
26
27 @@ -13,7 +13,7 @@ SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz"
28 LICENSE="LGPL-3"
29
30 SLOT="0"
31 -KEYWORDS="~x86"
32 +KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 DEPEND="virtual/fortran"