summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-23 02:10:36 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-23 02:10:36 +0000
commitd90022768ab53ca58aa836bb4d3c4200467f4841 (patch)
tree439fc93cffec22d528c0ce1d77ce60acfd796c87 /dev-python/rootpy
parentRemove old. (diff)
downloadgentoo-2-d90022768ab53ca58aa836bb4d3c4200467f4841.tar.gz
gentoo-2-d90022768ab53ca58aa836bb4d3c4200467f4841.tar.bz2
gentoo-2-d90022768ab53ca58aa836bb4d3c4200467f4841.zip
Add missing quotes.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/rootpy')
-rw-r--r--dev-python/rootpy/ChangeLog7
-rw-r--r--dev-python/rootpy/rootpy-0.7.1.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/rootpy/ChangeLog b/dev-python/rootpy/ChangeLog
index 3f690ea18e27..8149b3b6a0e3 100644
--- a/dev-python/rootpy/ChangeLog
+++ b/dev-python/rootpy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/rootpy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rootpy/ChangeLog,v 1.3 2014/12/28 19:31:19 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rootpy/ChangeLog,v 1.4 2015/01/23 02:10:36 mrueg Exp $
+
+ 23 Jan 2015; Manuel Rüger <mrueg@gentoo.org> rootpy-0.7.1.ebuild:
+ Add missing quotes.
28 Dec 2014; Mike Gilbert <floppym@gentoo.org> rootpy-0.7.1.ebuild:
s/PYTHON_USE_WITH/PYTHON_REQ_USE/
diff --git a/dev-python/rootpy/rootpy-0.7.1.ebuild b/dev-python/rootpy/rootpy-0.7.1.ebuild
index 1865a427ebee..6b3405e7e43d 100644
--- a/dev-python/rootpy/rootpy-0.7.1.ebuild
+++ b/dev-python/rootpy/rootpy-0.7.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rootpy/rootpy-0.7.1.ebuild,v 1.3 2014/12/28 19:31:19 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rootpy/rootpy-0.7.1.ebuild,v 1.4 2015/01/23 02:10:36 mrueg Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="readline"
DISTUTILS_SINGLE_IMPL=1
@@ -34,7 +34,7 @@ DEPEND="
RESTRICT=test
python_test() {
- cd ${BUILD_DIR} || die
+ cd "${BUILD_DIR}" || die
nosetests -v || die "Testing failed with ${EPYTHON}"
}