From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB416138334 for ; Sun, 14 Oct 2018 20:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEB15E0825; Sun, 14 Oct 2018 20:45:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2BB5E0825 for ; Sun, 14 Oct 2018 20:45:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B276335CCB for ; Sun, 14 Oct 2018 20:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13B0743B for ; Sun, 14 Oct 2018 20:45:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1539549945.9d82ea2321e60382e0b2e94cc61daa005c694993.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/apbs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/apbs/apbs-1.4.1-r2.ebuild X-VCS-Directories: sci-chemistry/apbs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d82ea2321e60382e0b2e94cc61daa005c694993 X-VCS-Branch: master Date: Sun, 14 Oct 2018 20:45:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ef4e5452-854d-4dd5-aa89-8930a6a3b5b9 X-Archives-Hash: d9990be742b5ef8256f373efd6909d51 commit: 9d82ea2321e60382e0b2e94cc61daa005c694993 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 14 20:44:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 14 20:45:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d82ea23 sci-chemistry/apbs: Sort and fix DEPENDs Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sci-chemistry/apbs/apbs-1.4.1-r2.ebuild | 8 ++++---- 1 file 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 2f20af9fb69..5ab24e0c3cc 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 ) "