diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-14 22:44:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-14 22:45:45 +0200 |
commit | 9d82ea2321e60382e0b2e94cc61daa005c694993 (patch) | |
tree | 847824bfa8d19b81b1873a46344f3271c0cbf771 /sci-chemistry | |
parent | sci-chemistry/apbs: Several missing || die (diff) | |
download | gentoo-9d82ea2321e60382e0b2e94cc61daa005c694993.tar.gz gentoo-9d82ea2321e60382e0b2e94cc61daa005c694993.tar.bz2 gentoo-9d82ea2321e60382e0b2e94cc61daa005c694993.zip |
sci-chemistry/apbs: Sort and fix DEPENDs
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/apbs/apbs-1.4.1-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild index 2f20af9fb69d..5ab24e0c3cc7 100644 --- a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild +++ b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild @@ -28,18 +28,18 @@ REQUIRED_USE=" RDEPEND=" dev-cpp/eigen:3 dev-libs/maloc[mpi=] - virtual/blas sys-libs/readline + virtual/blas fetk? ( - sci-libs/fetk sci-libs/amd - sci-libs/umfpack + sci-libs/fetk sci-libs/superlu + sci-libs/umfpack ) mpi? ( virtual/mpi ) python? ( ${PYTHON_DEPS} ) " -DEPEND="${DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) " |