diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:09:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:09:36 +0000 |
commit | 735aafb39a18fcf180865836aee984a01a006b34 (patch) | |
tree | 9742f4cc883f8d2ec8eaa168897315661ada3345 /xfce-base/xfconf | |
parent | EAPI4 (diff) | |
download | gentoo-2-735aafb39a18fcf180865836aee984a01a006b34.tar.gz gentoo-2-735aafb39a18fcf180865836aee984a01a006b34.tar.bz2 gentoo-2-735aafb39a18fcf180865836aee984a01a006b34.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfconf')
-rw-r--r-- | xfce-base/xfconf/xfconf-4.8.0.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/xfce-base/xfconf/xfconf-4.8.0.ebuild b/xfce-base/xfconf/xfconf-4.8.0.ebuild index 5edd0d49db5f..8d91a098242a 100644 --- a/xfce-base/xfconf/xfconf-4.8.0.ebuild +++ b/xfce-base/xfconf/xfconf-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/xfconf/xfconf-4.8.0.ebuild,v 1.6 2011/02/14 19:13:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,v 1.7 2011/05/19 22:09:36 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Xfce's configuration storage system" @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris" IUSE="debug perl" -RDEPEND=">=dev-libs/dbus-glib-0.72 +RDEPEND=">=dev-libs/dbus-glib-0.88 >=dev-libs/glib-2.18:2 >=xfce-base/libxfce4util-4.8 perl? ( dev-perl/glib-perl )" @@ -29,7 +29,6 @@ RESTRICT="test" pkg_setup() { XFCONF=( - --disable-dependency-tracking --disable-static $(use_enable perl perl-bindings) $(xfconf_use_debug) @@ -38,11 +37,11 @@ pkg_setup() { --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) - DOCS="AUTHORS ChangeLog NEWS TODO" + DOCS=( AUTHORS ChangeLog NEWS TODO ) } src_compile() { - emake OTHERLDFLAGS="${LDFLAGS}" || die + emake OTHERLDFLAGS="${LDFLAGS}" } src_install() { |