summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-11-04 22:05:25 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-11-04 22:05:25 +0000
commit54e17a9418699bf369c75428d13c34211884e7fe (patch)
tree26e05fba05a068c7b5718d6dfe6831b035c36faf /dev-python/thunarx-python
parentold (diff)
downloadgentoo-2-54e17a9418699bf369c75428d13c34211884e7fe.tar.gz
gentoo-2-54e17a9418699bf369c75428d13c34211884e7fe.tar.bz2
gentoo-2-54e17a9418699bf369c75428d13c34211884e7fe.zip
convert xfconf to an array
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/thunarx-python')
-rw-r--r--dev-python/thunarx-python/thunarx-python-0.2.0.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild
index 6eec89024f05..3d4c8ab28a29 100644
--- a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild
+++ b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.3 2010/10/26 20:08:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.4 2010/11/04 22:05:25 ssuominen Exp $
EAPI=2
PYTHON_DEPEND=2
@@ -25,8 +25,11 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_setup() {
- XFCONF="--disable-dependency-tracking
- $(xfconf_use_debug)"
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog NEWS README"
python_set_active_version 2