diff options
author | 2011-05-19 22:04:58 +0000 | |
---|---|---|
committer | 2011-05-19 22:04:58 +0000 | |
commit | 4e549133345ae47f692245f2896f075083b3a19c (patch) | |
tree | 4b8f4a8b5898c112194dba31f944b54770b0df6a /xfce-base/libxfce4util | |
parent | EAPI4 (diff) | |
download | gentoo-2-4e549133345ae47f692245f2896f075083b3a19c.tar.gz gentoo-2-4e549133345ae47f692245f2896f075083b3a19c.tar.bz2 gentoo-2-4e549133345ae47f692245f2896f075083b3a19c.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild index 7a027c68656f..ba944ff1951b 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.8.1.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/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.5 2011/02/14 19:09:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.6 2011/05/19 22:04:58 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Xfce's basic utilities library" @@ -22,11 +22,10 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( - --disable-dependency-tracking --disable-static $(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 ) } |