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 DC5A4139484 for ; Fri, 28 Oct 2016 05:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B30621C012; Fri, 28 Oct 2016 05:29:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FEAE21C012 for ; Fri, 28 Oct 2016 05:29:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 904A53415B7 for ; Fri, 28 Oct 2016 05:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8667308 for ; Fri, 28 Oct 2016 05:29:17 +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: <1477632537.db5b6d18610f5a1bd9e13ec6436e764ef2cb3b68.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-2.78a.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: db5b6d18610f5a1bd9e13ec6436e764ef2cb3b68 X-VCS-Branch: master Date: Fri, 28 Oct 2016 05:29:17 +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: 4b6e5bd2-4636-4530-bcc4-f8d537a9c54d X-Archives-Hash: bcc4f24f7a80b13619ec3744ac5e6348 commit: db5b6d18610f5a1bd9e13ec6436e764ef2cb3b68 Author: Patrick Lauer gentoo org> AuthorDate: Fri Oct 28 05:28:57 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Oct 28 05:28:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5b6d18 media-gfx/blender: Whitespace Package-Manager: portage-2.3.2 media-gfx/blender/blender-2.78a.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/blender/blender-2.78a.ebuild b/media-gfx/blender/blender-2.78a.ebuild index b97613f..70826b8 100644 --- a/media-gfx/blender/blender-2.78a.ebuild +++ b/media-gfx/blender/blender-2.78a.ebuild @@ -100,7 +100,7 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[-nodot(-),dot(+),latex] - dev-python/sphinx[latex] + dev-python/sphinx[latex] )" PATCHES=( "${FILESDIR}"/${PN}-fix-install-rules.patch )