Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mdtraj/
Date: Fri, 29 Jun 2018 12:36:21
Message-Id: 1530275761.70a94bd23269b813b22981b69c4b5a23718d73d8.alexxy@gentoo
1 commit: 70a94bd23269b813b22981b69c4b5a23718d73d8
2 Author: Alexey Shvetsov <alexxy <AT> omrb <DOT> pnpi <DOT> spb <DOT> ru>
3 AuthorDate: Fri Jun 29 12:36:01 2018 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 12:36:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a94bd2
7
8 sci-chemistry/mdtraj: Fix newline
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
16 index 20033bd3da6..2ac95db2c57 100644
17 --- a/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
18 +++ b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild
19 @@ -31,4 +31,4 @@ python_prepare() {
20 sed -e "s:re.match('build.*(mdtraj.*)', output_dir).group(1):'.':g" \
21 -i basesetup.py || die
22 distutils-r1_python_prepare_all
23 -}
24 \ No newline at end of file
25 +}