diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 21:04:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 21:04:40 +0000 |
commit | 832ef41db14253caa6a33043a7eb015f4a529c2c (patch) | |
tree | e244d7f9e19ce632fb5815b383c2a21965ad4aa4 /xfce-extra/xfce4-places-plugin | |
parent | bump to eapi3, use array (diff) | |
download | gentoo-2-832ef41db14253caa6a33043a7eb015f4a529c2c.tar.gz gentoo-2-832ef41db14253caa6a33043a7eb015f4a529c2c.tar.bz2 gentoo-2-832ef41db14253caa6a33043a7eb015f4a529c2c.zip |
eapi3, array
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-places-plugin')
-rw-r--r-- | xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild | 13 |
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" } |