summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-29 21:04:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-29 21:04:40 +0000
commit15cf4da7f3689afdecff33f93436f7b0a4c98641 (patch)
tree28f3a9ccfb8ce8d2fae415af8c235986f8b298d7 /xfce-extra
parentbump to eapi3, use array (diff)
downloadhistorical-15cf4da7f3689afdecff33f93436f7b0a4c98641.tar.gz
historical-15cf4da7f3689afdecff33f93436f7b0a4c98641.tar.bz2
historical-15cf4da7f3689afdecff33f93436f7b0a4c98641.zip
eapi3, array
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
index bd32be90862e..a049e430853b 100644
--- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
+++ b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.13 2010/09/10 07:45:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.14 2011/01/29 21:04:40 ssuominen Exp $
-EAPI=2
+EAPI=3
EAUTORECONF=yes
inherit xfconf
@@ -30,7 +30,10 @@ pkg_setup() {
PATCHES=( "${FILESDIR}"/${P}-exo.patch )
fi
- XFCONF="--disable-dependency-tracking
- $(xfconf_use_debug)"
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog NEWS README TODO"
}