Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/
Date: Sat, 30 Sep 2017 19:16:24
Message-Id: 1506798944.63a3d060c22290e75439f3bdb0fa02e12716a992.prometheanfire@gentoo
1 commit: 63a3d060c22290e75439f3bdb0fa02e12716a992
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 19:15:44 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 19:15:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a3d060
7
8 dev-python/decorator: remove pdf dodoc for bug 626806
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-python/decorator/decorator-4.1.2.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-python/decorator/decorator-4.1.2.ebuild b/dev-python/decorator/decorator-4.1.2.ebuild
16 index 7af1370f23c..5de0b38ebb3 100644
17 --- a/dev-python/decorator/decorator-4.1.2.ebuild
18 +++ b/dev-python/decorator/decorator-4.1.2.ebuild
19 @@ -25,6 +25,5 @@ python_test() {
20 }
21
22 python_install_all() {
23 - use doc && dodoc documentation.pdf
24 distutils-r1_python_install_all
25 }