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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F1F715808F for ; Sun, 20 Feb 2022 14:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F659E07EE; Sun, 20 Feb 2022 14:58:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2485E07EE for ; Sun, 20 Feb 2022 14:58:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D25DF3437CD for ; Sun, 20 Feb 2022 14:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5144C250 for ; Sun, 20 Feb 2022 14:58:27 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1645368516.e703c6a30421bb6d2f1b07458107e25d2f07c52c.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild sci-chemistry/votca-csg/votca-csg-2021.1.ebuild sci-chemistry/votca-csg/votca-csg-2021.2.ebuild sci-chemistry/votca-csg/votca-csg-2021.ebuild sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: e703c6a30421bb6d2f1b07458107e25d2f07c52c X-VCS-Branch: master Date: Sun, 20 Feb 2022 14:58:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2a659c5-902f-462f-8c84-0ba7f21bfda4 X-Archives-Hash: 6db05eb0e4e524094e94f49d7451aba0 commit: e703c6a30421bb6d2f1b07458107e25d2f07c52c Author: Christoph Junghans gentoo org> AuthorDate: Sun Feb 20 14:48:36 2022 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sun Feb 20 14:48:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e703c6a3 sci-chemistry/votca-csg: fix deps Closes: https://bugs.gentoo.org/833793 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christoph Junghans gentoo.org> sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild | 4 ++-- sci-chemistry/votca-csg/votca-csg-2021.1.ebuild | 4 ++-- sci-chemistry/votca-csg/votca-csg-2021.2.ebuild | 4 ++-- sci-chemistry/votca-csg/votca-csg-2021.ebuild | 4 ++-- sci-chemistry/votca-csg/votca-csg-9999.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild index 12ea52d3312e..5630d124ef7d 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ RDEPEND=" >=dev-cpp/eigen-3.3 dev-lang/perl ~sci-libs/votca-tools-${PV} - gromacs? ( sci-chemistry/gromacs:= ) + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] ) hdf5? ( sci-libs/hdf5 ) " DEPEND="${RDEPEND}" diff --git a/sci-chemistry/votca-csg/votca-csg-2021.1.ebuild b/sci-chemistry/votca-csg/votca-csg-2021.1.ebuild index eb83c3f2c7a6..8cd79831d9cc 100644 --- a/sci-chemistry/votca-csg/votca-csg-2021.1.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-2021.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ RDEPEND=" >=dev-cpp/eigen-3.3 dev-lang/perl ~sci-libs/votca-tools-${PV} - gromacs? ( sci-chemistry/gromacs:= ) + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] ) hdf5? ( sci-libs/hdf5 ) " DEPEND="${RDEPEND}" diff --git a/sci-chemistry/votca-csg/votca-csg-2021.2.ebuild b/sci-chemistry/votca-csg/votca-csg-2021.2.ebuild index eb83c3f2c7a6..8cd79831d9cc 100644 --- a/sci-chemistry/votca-csg/votca-csg-2021.2.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-2021.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ RDEPEND=" >=dev-cpp/eigen-3.3 dev-lang/perl ~sci-libs/votca-tools-${PV} - gromacs? ( sci-chemistry/gromacs:= ) + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] ) hdf5? ( sci-libs/hdf5 ) " DEPEND="${RDEPEND}" diff --git a/sci-chemistry/votca-csg/votca-csg-2021.ebuild b/sci-chemistry/votca-csg/votca-csg-2021.ebuild index 0b8ffb4e34b8..37f61b2427bc 100644 --- a/sci-chemistry/votca-csg/votca-csg-2021.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-2021.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ RDEPEND=" >=dev-cpp/eigen-3.3 dev-lang/perl ~sci-libs/votca-tools-${PV} - gromacs? ( sci-chemistry/gromacs:= ) + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] ) hdf5? ( sci-libs/hdf5 ) " DEPEND="${RDEPEND}" diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index ba2fbdfd7aa7..acabcc4b8c20 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ RDEPEND=" >=dev-cpp/eigen-3.3 dev-lang/perl ~sci-libs/votca-tools-${PV} - gromacs? ( sci-chemistry/gromacs:= ) + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] ) hdf5? ( sci-libs/hdf5 ) " DEPEND="${RDEPEND}"