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 F04CD1399CE for ; Thu, 3 Sep 2015 11:05:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C3214293; Thu, 3 Sep 2015 11:04:44 +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 627FA1427C for ; Thu, 3 Sep 2015 11:04:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64E2D340901 for ; Thu, 3 Sep 2015 11:04:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D39C18D for ; Thu, 3 Sep 2015 11:04:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441276999.e6394fcc9c8890dbe77f47a23ce098e8b2dd17a5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/notebook/notebook-9999.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e6394fcc9c8890dbe77f47a23ce098e8b2dd17a5 X-VCS-Branch: master Date: Thu, 3 Sep 2015 11:04:38 +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: 4a8493af-eb94-49b9-aed8-f11a919bd387 X-Archives-Hash: 63df1cae6effead372d66b685aa254a9 commit: e6394fcc9c8890dbe77f47a23ce098e8b2dd17a5 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Sep 3 10:43:19 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Sep 3 10:43:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e6394fcc dev-python/notebook: Finaly the real fix for #478 Package-Manager: portage-2.2.20.1 dev-python/notebook/notebook-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild index e9036e1..744998b 100644 --- a/dev-python/notebook/notebook-9999.ebuild +++ b/dev-python/notebook/notebook-9999.ebuild @@ -70,5 +70,5 @@ python_install() { pkg_preinst() { # remove old mathjax folder if present - rm -rf "${ROOT}"/usr/lib*/python*/notebook/static/components/MathJax + rm -rf "${EROOT}"/usr/lib*/python*/site-packages/notebook/static/components/MathJax }