Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/
Date: Sun, 11 Oct 2015 07:05:47
Message-Id: 1444547116.416e1cb888e637eac59da58784b8b9527fdd6b66.jlec@gentoo
1 commit: 416e1cb888e637eac59da58784b8b9527fdd6b66
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 19:09:24 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 07:05:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416e1cb8
7
8 app-office/impressive: Fix typo
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 .../{impressive-0.11.0b.ebuild => impressive-0.11.0b-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-office/impressive/impressive-0.11.0b.ebuild b/app-office/impressive/impressive-0.11.0b-r1.ebuild
17 similarity index 98%
18 rename from app-office/impressive/impressive-0.11.0b.ebuild
19 rename to app-office/impressive/impressive-0.11.0b-r1.ebuild
20 index e312f17..db4e6db 100644
21 --- a/app-office/impressive/impressive-0.11.0b.ebuild
22 +++ b/app-office/impressive/impressive-0.11.0b-r1.ebuild
23 @@ -35,7 +35,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 S=${WORKDIR}/${MY_PN}-${PV}
26
27 -src_preparep() {
28 +src_prepare() {
29 sed \
30 -e 's:tostring:tobytes:g' \
31 -i impressive.py || die