Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mdtraj/
Date: Mon, 13 Sep 2021 18:10:35
Message-Id: 1631556219.03f5761951b58157b161cd65fb35b7cd6bd4be92.jsmolic@gentoo
1 commit: 03f5761951b58157b161cd65fb35b7cd6bd4be92
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 18:03:39 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 18:03:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f57619
7
8 sci-chemistry/mdtraj: Fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/809767
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
17 index 229f664042a..f618155f139 100644
18 --- a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
19 +++ b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
20 @@ -1,9 +1,8 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 PYTHON_COMPAT=( python3_{7,8,9} )
27 -DISTUTILS_USE_SETUPTOOLS=rdepend
28
29 inherit distutils-r1