diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:45:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:45:53 +0000 |
commit | dc8f813435b14efd6d2a2399e758aef842a48dc0 (patch) | |
tree | 01d701360b9b8b69b89d0bcf18974058af54f57a /xfce-extra/xfce4-weather-plugin | |
parent | EAPI4 (diff) | |
download | gentoo-2-dc8f813435b14efd6d2a2399e758aef842a48dc0.tar.gz gentoo-2-dc8f813435b14efd6d2a2399e758aef842a48dc0.tar.bz2 gentoo-2-dc8f813435b14efd6d2a2399e758aef842a48dc0.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-weather-plugin')
-rw-r--r-- | xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild index 8c86aa638f54..d899f7796cc2 100644 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild +++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.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-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild,v 1.1 2011/02/03 22:30:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4.ebuild,v 1.2 2011/05/19 21:45:53 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="A weather plug-in for the Xfce desktop environment" @@ -15,19 +15,15 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=">=x11-libs/gtk+-2.6:2 - >=xfce-base/libxfce4util-4.3.90.2 - >=xfce-base/libxfcegui4-4.3.90.2 - >=xfce-base/xfce4-panel-4.3.99.1 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/libxfcegui4-4.8 + >=xfce-base/xfce4-panel-4.8 >=dev-libs/libxml2-2.4" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS="AUTHORS ChangeLog NEWS README TODO" + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS ChangeLog NEWS README TODO ) } |