Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/apbs/
Date: Sun, 14 Oct 2018 20:45:59
Message-Id: 1539549945.9d82ea2321e60382e0b2e94cc61daa005c694993.asturm@gentoo
1 commit: 9d82ea2321e60382e0b2e94cc61daa005c694993
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 20:44:26 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 20:45:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d82ea23
7
8 sci-chemistry/apbs: Sort and fix DEPENDs
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sci-chemistry/apbs/apbs-1.4.1-r2.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
17 index 2f20af9fb69..5ab24e0c3cc 100644
18 --- a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
19 +++ b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
20 @@ -28,18 +28,18 @@ REQUIRED_USE="
21 RDEPEND="
22 dev-cpp/eigen:3
23 dev-libs/maloc[mpi=]
24 - virtual/blas
25 sys-libs/readline
26 + virtual/blas
27 fetk? (
28 - sci-libs/fetk
29 sci-libs/amd
30 - sci-libs/umfpack
31 + sci-libs/fetk
32 sci-libs/superlu
33 + sci-libs/umfpack
34 )
35 mpi? ( virtual/mpi )
36 python? ( ${PYTHON_DEPS} )
37 "
38 -DEPEND="${DEPEND}
39 +DEPEND="${RDEPEND}
40 virtual/pkgconfig
41 doc? ( app-doc/doxygen )
42 "