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 4F7B658973 for ; Tue, 26 Jan 2016 19:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A908B21C00F; Tue, 26 Jan 2016 19:09:26 +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 4F6CD21C00F for ; Tue, 26 Jan 2016 19:09:26 +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 84E82340945 for ; Tue, 26 Jan 2016 19:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB311069 for ; Tue, 26 Jan 2016 19:09:21 +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: <1453835358.afadb91fb20b3f5fbbe19c2c493ec78cb480d560.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_learn/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scikits_learn/scikits_learn-0.17.ebuild X-VCS-Directories: sci-libs/scikits_learn/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: afadb91fb20b3f5fbbe19c2c493ec78cb480d560 X-VCS-Branch: master Date: Tue, 26 Jan 2016 19:09:21 +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: 9daedf6e-1120-4f6e-9ea8-511baaeb4c5d X-Archives-Hash: 1ef4e0b4a813a61931496ee243fcfcb4 commit: afadb91fb20b3f5fbbe19c2c493ec78cb480d560 Author: Justin Lecher gentoo org> AuthorDate: Tue Jan 26 19:09:10 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jan 26 19:09:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afadb91f sci-libs/scikits_learn: Fix typo in doc installation Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572806 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sci-libs/scikits_learn/scikits_learn-0.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/scikits_learn/scikits_learn-0.17.ebuild b/sci-libs/scikits_learn/scikits_learn-0.17.ebuild index b7c3bcd..304b625 100644 --- a/sci-libs/scikits_learn/scikits_learn-0.17.ebuild +++ b/sci-libs/scikits_learn/scikits_learn-0.17.ebuild @@ -89,7 +89,7 @@ python_compile_all() { MPLCONFIGDIR="${BUILD_DIR}" \ PYTHONPATH="${d}" \ emake html - rm -r "${d}"/sklearn/datasets/{data,desr,images} || die + rm -r "${d}"/sklearn/datasets/{data,descr,images} || die fi }