Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_learn/
Date: Tue, 26 Jan 2016 19:09:28
Message-Id: 1453835358.afadb91fb20b3f5fbbe19c2c493ec78cb480d560.jlec@gentoo
1 commit: afadb91fb20b3f5fbbe19c2c493ec78cb480d560
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 26 19:09:10 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 26 19:09:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afadb91f
7
8 sci-libs/scikits_learn: Fix typo in doc installation
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572806
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-libs/scikits_learn/scikits_learn-0.17.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-libs/scikits_learn/scikits_learn-0.17.ebuild b/sci-libs/scikits_learn/scikits_learn-0.17.ebuild
19 index b7c3bcd..304b625 100644
20 --- a/sci-libs/scikits_learn/scikits_learn-0.17.ebuild
21 +++ b/sci-libs/scikits_learn/scikits_learn-0.17.ebuild
22 @@ -89,7 +89,7 @@ python_compile_all() {
23 MPLCONFIGDIR="${BUILD_DIR}" \
24 PYTHONPATH="${d}" \
25 emake html
26 - rm -r "${d}"/sklearn/datasets/{data,desr,images} || die
27 + rm -r "${d}"/sklearn/datasets/{data,descr,images} || die
28 fi
29 }