diff options
author | 2021-01-24 19:51:25 +0100 | |
---|---|---|
committer | 2021-01-24 19:51:25 +0100 | |
commit | 3f49f302209a2500efff0b8bf04903ba3f6ccf45 (patch) | |
tree | edb2feebf2e63d3591d1795bd611805b6f009055 /sci-chemistry | |
parent | media-fonts/unifont: remove myself as maintainer (diff) | |
download | gentoo-3f49f302209a2500efff0b8bf04903ba3f6ccf45.tar.gz gentoo-3f49f302209a2500efff0b8bf04903ba3f6ccf45.tar.bz2 gentoo-3f49f302209a2500efff0b8bf04903ba3f6ccf45.zip |
sci-chemistry/gmxapi: drop RDEPEND on sci-libs/scikits
Closes: https://bugs.gentoo.org/749306
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gmxapi/gmxapi-0.0.7.1-r1.ebuild (renamed from sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild b/sci-chemistry/gmxapi/gmxapi-0.0.7.1-r1.ebuild index d7ad455c4f27..0527b71da6e6 100644 --- a/sci-chemistry/gmxapi/gmxapi-0.0.7.1.ebuild +++ b/sci-chemistry/gmxapi/gmxapi-0.0.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,6 @@ DEPEND=" >=sci-chemistry/gromacs-2019:=" RDEPEND=" ${DEPEND} - sci-libs/scikits[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] " BDEPEND="" |