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 2BA5613888F for ; Sun, 11 Oct 2015 07:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3629A21C00E; Sun, 11 Oct 2015 07:05:40 +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 9E56121C008 for ; Sun, 11 Oct 2015 07:05:36 +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 AF24B340666 for ; Sun, 11 Oct 2015 07:05:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442A5DF3 for ; Sun, 11 Oct 2015 07:05:32 +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: <1444547116.416e1cb888e637eac59da58784b8b9527fdd6b66.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/impressive/impressive-0.11.0b-r1.ebuild app-office/impressive/impressive-0.11.0b.ebuild X-VCS-Directories: app-office/impressive/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 416e1cb888e637eac59da58784b8b9527fdd6b66 X-VCS-Branch: master Date: Sun, 11 Oct 2015 07:05:32 +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: f5208ea4-ae5d-4aad-a9db-6180f0e9eb40 X-Archives-Hash: cc7648f24df6e65c771a43a9ec5cfb31 commit: 416e1cb888e637eac59da58784b8b9527fdd6b66 Author: Justin Lecher gentoo org> AuthorDate: Sat Oct 10 19:09:24 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Oct 11 07:05:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416e1cb8 app-office/impressive: Fix typo Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> .../{impressive-0.11.0b.ebuild => impressive-0.11.0b-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/impressive/impressive-0.11.0b.ebuild b/app-office/impressive/impressive-0.11.0b-r1.ebuild similarity index 98% rename from app-office/impressive/impressive-0.11.0b.ebuild rename to app-office/impressive/impressive-0.11.0b-r1.ebuild index e312f17..db4e6db 100644 --- a/app-office/impressive/impressive-0.11.0b.ebuild +++ b/app-office/impressive/impressive-0.11.0b-r1.ebuild @@ -35,7 +35,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" S=${WORKDIR}/${MY_PN}-${PV} -src_preparep() { +src_prepare() { sed \ -e 's:tostring:tobytes:g' \ -i impressive.py || die