diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-01 00:15:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-01 00:15:03 +0100 |
commit | 114cb22f188c804173992ad8ef58e81c55ca2af5 (patch) | |
tree | f68a3535d1e2ee4994007616a24fb30b505b8c1a /sci-physics | |
parent | dev-lua/lua-cjson: EAPI-7 bump (diff) | |
download | gentoo-114cb22f188c804173992ad8ef58e81c55ca2af5.tar.gz gentoo-114cb22f188c804173992ad8ef58e81c55ca2af5.tar.bz2 gentoo-114cb22f188c804173992ad8ef58e81c55ca2af5.zip |
sci-physics/sassena: Indendation and sorting
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/sassena/sassena-1.4.2.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sci-physics/sassena/sassena-1.4.2.ebuild b/sci-physics/sassena/sassena-1.4.2.ebuild index 4546a6090317..10820a9735f9 100644 --- a/sci-physics/sassena/sassena-1.4.2.ebuild +++ b/sci-physics/sassena/sassena-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,13 +15,14 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" DEPEND=" - dev-libs/boost[mpi] - sci-libs/hdf5[mpi] - dev-libs/libxml2 - sci-libs/fftw:3.0 - virtual/mpi - virtual/blas - virtual/lapack" + dev-libs/boost[mpi] + dev-libs/libxml2 + sci-libs/fftw:3.0 + sci-libs/hdf5[mpi] + virtual/blas + virtual/lapack + virtual/mpi +" RDEPEND="${DEPEND}" PATCHES=( |