summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-03-26 06:12:53 +0000
committerJustin Lecher <jlec@gentoo.org>2012-03-26 06:12:53 +0000
commit765d67c75056e13653b944637092a85b421b0d71 (patch)
tree55125f4afbb1fb442b932b0a6e2bbe9e41bc0fac /eclass
parentVersion bump (bug #408655). (diff)
downloadgentoo-2-765d67c75056e13653b944637092a85b421b0d71.tar.gz
gentoo-2-765d67c75056e13653b944637092a85b421b0d71.tar.bz2
gentoo-2-765d67c75056e13653b944637092a85b421b0d71.zip
Add missing space to new python.eclass
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/python-distutils-ng.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 3530d5336df2..d40202d16fe5 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.186 2012/03/25 18:48:42 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.187 2012/03/26 06:12:53 jlec Exp $
+
+ 26 Mar 2012; Justin Lecher <jlec@gentoo.org> python-distutils-ng.eclass:
+ Add missing space to new python.eclass
25 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org>
+python-distutils-ng.eclass:
diff --git a/eclass/python-distutils-ng.eclass b/eclass/python-distutils-ng.eclass
index 4a1068e7c073..525af6fd9963 100644
--- a/eclass/python-distutils-ng.eclass
+++ b/eclass/python-distutils-ng.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1.1 2012/03/25 18:48:42 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1.2 2012/03/26 06:12:53 jlec Exp $
# @ECLASS: python-distutils-ng
# @MAINTAINER:
@@ -114,7 +114,7 @@ if [[ "${PYTHON_OPTIONAL}" = "yes" ]]; then
IUSE+="python"
REQUIRED_USE+=" python? ( ${required_use_str} )"
else
- REQUIRED_USE+="${required_use_str}"
+ REQUIRED_USE+=" ${required_use_str}"
fi
for impl in ${PYTHON_COMPAT}; do