diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:30:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:30:45 +0000 |
commit | de9a02f96fcb0b6c7cbfdc8c607a03432cb40df3 (patch) | |
tree | 0ef19a4939e89e5ee0306ea85ce15c470e67b45f /xfce-extra | |
parent | EAPI4 (diff) | |
download | gentoo-2-de9a02f96fcb0b6c7cbfdc8c607a03432cb40df3.tar.gz gentoo-2-de9a02f96fcb0b6c7cbfdc8c607a03432cb40df3.tar.bz2 gentoo-2-de9a02f96fcb0b6c7cbfdc8c607a03432cb40df3.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild index c4eaf653c907..4bcc5e7d2d0d 100644 --- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild +++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild @@ -1,8 +1,8 @@ # 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.3.0.ebuild,v 1.7 2011/04/23 17:35:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild,v 1.8 2011/05/19 21:30:45 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Xfce's disk usage and performance panel plugin" @@ -14,17 +14,13 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="debug" -RDEPEND=">=xfce-base/libxfcegui4-4.3.90 - >=xfce-base/xfce4-panel-4.3.90" +RDEPEND=">=xfce-base/libxfcegui4-4.8 + >=xfce-base/xfce4-panel-4.8" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS="AUTHORS ChangeLog NEWS README" + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS ChangeLog NEWS README ) } |