diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:04:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:04:18 +0000 |
commit | 001ff82c07291c32c2662ea6dad6caa26d4d1122 (patch) | |
tree | 8c6f32b460c407e6faf7cd760b754e1c7a32a416 /xfce-base/libxfce4ui | |
parent | EAPI4 (diff) | |
download | gentoo-2-001ff82c07291c32c2662ea6dad6caa26d4d1122.tar.gz gentoo-2-001ff82c07291c32c2662ea6dad6caa26d4d1122.tar.bz2 gentoo-2-001ff82c07291c32c2662ea6dad6caa26d4d1122.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/libxfce4ui')
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild index b1a15836c5b4..3509faeb7a9d 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.8.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-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.7 2011/02/14 19:15:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.8 2011/05/19 22:04:18 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Xfce's unified widgets library" @@ -32,12 +32,11 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( - --disable-dependency-tracking $(use_enable startup-notification) $(use_enable glade gladeui) $(xfconf_use_debug) --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) - DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" + DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) } |