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 417C0138334 for ; Fri, 29 Jun 2018 12:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B912E08E2; Fri, 29 Jun 2018 12:36:20 +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 E2C7CE08E2 for ; Fri, 29 Jun 2018 12:36:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3C6FB335C60 for ; Fri, 29 Jun 2018 12:36:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CF9C2D7 for ; Fri, 29 Jun 2018 12:36:16 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1530275761.70a94bd23269b813b22981b69c4b5a23718d73d8.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mdtraj/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild X-VCS-Directories: sci-chemistry/mdtraj/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 70a94bd23269b813b22981b69c4b5a23718d73d8 X-VCS-Branch: master Date: Fri, 29 Jun 2018 12:36:16 +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: d54c1094-a4ac-4fa0-8c30-b8c200137df0 X-Archives-Hash: 12f55af1c1a5cb28619dfe7d5a3f02cc commit: 70a94bd23269b813b22981b69c4b5a23718d73d8 Author: Alexey Shvetsov omrb pnpi spb ru> AuthorDate: Fri Jun 29 12:36:01 2018 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Jun 29 12:36:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a94bd2 sci-chemistry/mdtraj: Fix newline Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild index 20033bd3da6..2ac95db2c57 100644 --- a/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild +++ b/sci-chemistry/mdtraj/mdtraj-1.9.1.ebuild @@ -31,4 +31,4 @@ python_prepare() { sed -e "s:re.match('build.*(mdtraj.*)', output_dir).group(1):'.':g" \ -i basesetup.py || die distutils-r1_python_prepare_all -} \ No newline at end of file +}