diff options
author | 2011-02-04 17:55:51 +0000 | |
---|---|---|
committer | 2011-02-04 17:55:51 +0000 | |
commit | 933d2c8c4651ebf3015ce86ecf582a09221cfea2 (patch) | |
tree | c30fdb26baa1bb1190cc6f2422bd611a7358affb /xfce-extra/xfce4-diskperf-plugin | |
parent | EAPI3 plus cleanup (diff) | |
download | gentoo-2-933d2c8c4651ebf3015ce86ecf582a09221cfea2.tar.gz gentoo-2-933d2c8c4651ebf3015ce86ecf582a09221cfea2.tar.bz2 gentoo-2-933d2c8c4651ebf3015ce86ecf582a09221cfea2.zip |
EAPI3 plus cleanup
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-diskperf-plugin')
-rw-r--r-- | xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild index 55f6ab01b3be..cb51fa0a4c3b 100644 --- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild +++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.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-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild,v 1.3 2010/08/07 13:50:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.2.0.ebuild,v 1.4 2011/02/04 17:55:51 ssuominen Exp $ -EAPI=2 +EAPI=3 EAUTORECONF=yes inherit xfconf @@ -23,7 +23,11 @@ DEPEND="${RDEPEND} pkg_setup() { PATCHES=( "${FILESDIR}"/${P}-link_to_libxfcegui4.patch ) - XFCONF="--disable-dependency-tracking - $(xfconf_use_debug)" + + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + DOCS="AUTHORS ChangeLog NEWS README" } |