commit: 35e2ff91e5c92e1e638df8e4e91e6ffc5d030bfd Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Fri Sep 12 17:22:09 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Fri Sep 12 17:22:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=35e2ff91
fixed deps Package-Manager: portage-2.2.8-r1 --- sci-chemistry/trajng/ChangeLog | 5 ++++- sci-chemistry/trajng/trajng-0.6.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/trajng/ChangeLog b/sci-chemistry/trajng/ChangeLog index bc2deaf..ef68cde 100644 --- a/sci-chemistry/trajng/ChangeLog +++ b/sci-chemistry/trajng/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-chemistry/trajng -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Sep 2014; Christoph Junghans <[email protected]> trajng-0.6.1.ebuild: + fixed deps + 09 Oct 2012; Alexey Shvetsov <[email protected]> trajng-0.6.1.ebuild: [sci-chemistry/trajng] Fix ebuild diff --git a/sci-chemistry/trajng/trajng-0.6.1.ebuild b/sci-chemistry/trajng/trajng-0.6.1.ebuild index e4ac026..f95d0fb 100644 --- a/sci-chemistry/trajng/trajng-0.6.1.ebuild +++ b/sci-chemistry/trajng/trajng-0.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 DESCRIPTION="TrajNG - Trajectory compression library" HOMEPAGE="http://www.uppmax.uu.se/Members/daniels/trajng-trajectory-compression-library" @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~amd64-linux ~x86-linux" IUSE="fortran mpi" DEPEND=" - sci-chemistry/xdrfile + sci-libs/xdrfile fortran? ( virtual/fortran ) mpi? ( virtual/mpi ) "
