diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 20:59:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 20:59:04 +0000 |
commit | 7ba40d93c73e6e21c947a5a4b2260328fbe520ac (patch) | |
tree | 1e7eac817ca8cad915b129299f637773a10a77ef /xfce-extra/xfce4-wavelan-plugin | |
parent | bump to eapi3, use arrays (diff) | |
download | gentoo-2-7ba40d93c73e6e21c947a5a4b2260328fbe520ac.tar.gz gentoo-2-7ba40d93c73e6e21c947a5a4b2260328fbe520ac.tar.bz2 gentoo-2-7ba40d93c73e6e21c947a5a4b2260328fbe520ac.zip |
bump to eapi3, use arrays
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-wavelan-plugin')
-rw-r--r-- | xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild index 7a1e00f841da..8eb915812af5 100644 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.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-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild,v 1.7 2010/08/05 22:47:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild,v 1.8 2011/01/29 20:59:04 ssuominen Exp $ -EAPI=2 +EAPI=3 EAUTORECONF=yes inherit xfconf @@ -25,7 +25,9 @@ DEPEND="${RDEPEND} pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README THANKS" - XFCONF="--disable-dependency-tracking - $(xfconf_use_debug)" + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) PATCHES=( "${FILESDIR}"/${P}-libs_for_xfce_create_header.patch ) } |