From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 898BB59CA3 for ; Sun, 14 Feb 2016 17:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1669321C002; Sun, 14 Feb 2016 17:02:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75EB021C002 for ; Sun, 14 Feb 2016 17:02:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A724C3408C7 for ; Sun, 14 Feb 2016 17:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B4B5150 for ; Sun, 14 Feb 2016 17:02:47 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455469313.7e7c1fee4931920a8ce9a44b311748a9bee9a379.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plyvel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plyvel/plyvel-0.9.ebuild X-VCS-Directories: dev-python/plyvel/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 7e7c1fee4931920a8ce9a44b311748a9bee9a379 X-VCS-Branch: master Date: Sun, 14 Feb 2016 17:02:47 +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: ae8a72cb-0113-47ac-9576-bcc5d4a019f1 X-Archives-Hash: 9901d8531c2524ab94290ce31640e6fb commit: 7e7c1fee4931920a8ce9a44b311748a9bee9a379 Author: Patrick Lauer gentoo org> AuthorDate: Sun Feb 14 16:56:26 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sun Feb 14 17:01:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7c1fee dev-python/plyvel: Whitespace Package-Manager: portage-2.2.27 dev-python/plyvel/plyvel-0.9.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/plyvel/plyvel-0.9.ebuild b/dev-python/plyvel/plyvel-0.9.ebuild index d99b31d..6925483 100644 --- a/dev-python/plyvel/plyvel-0.9.ebuild +++ b/dev-python/plyvel/plyvel-0.9.ebuild @@ -51,4 +51,3 @@ python_install_all() { use doc && local HTML_DOCS=( doc/build//html/. ) distutils-r1_python_install_all } -