summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pypy/pypy-2.4.0.ebuild')
-rw-r--r--dev-python/pypy/pypy-2.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy/pypy-2.4.0.ebuild b/dev-python/pypy/pypy-2.4.0.ebuild
index acf8731d1437..9336e76b1151 100644
--- a/dev-python/pypy/pypy-2.4.0.ebuild
+++ b/dev-python/pypy/pypy-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.4.0.ebuild,v 1.7 2014/11/05 22:18:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.4.0.ebuild,v 1.8 2014/11/05 22:58:22 mgorny Exp $
EAPI=5
@@ -217,7 +217,7 @@ src_install() {
|| die "Generation of Grammar and PatternGrammar pickles failed"
# Generate cffi cache
-# Please keep in sync with pypy/tool/release/package.py!
+ # Please keep in sync with pypy/tool/release/package.py!
"${PYTHON}" -c "import _curses" || die "Failed to import _curses (cffi)"
"${PYTHON}" -c "import syslog" || die "Failed to import syslog (cffi)"
if use gdbm; then