diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-02-16 16:43:20 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-02-16 16:43:20 +0000 |
commit | d3c1ef6775a02bf76c56bf58c604799c28d16d17 (patch) | |
tree | 4478abcb8ae052f191c61214e299c87db6f9ab4f /xfce-base | |
parent | remove useless configure option for EAPI4 (diff) | |
download | gentoo-2-d3c1ef6775a02bf76c56bf58c604799c28d16d17.tar.gz gentoo-2-d3c1ef6775a02bf76c56bf58c604799c28d16d17.tar.bz2 gentoo-2-d3c1ef6775a02bf76c56bf58c604799c28d16d17.zip |
remove useless configure option for EAPI4
(Portage version: 2.1.9.39/cvs/Linux i686)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.2.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 0dfa65edf4ac..6b2f5c423477 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/thunar # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.115 2011/02/14 19:41:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.116 2011/02/16 16:43:20 darkside Exp $ + + 16 Feb 2011; Jeremy Olexa <darkside@gentoo.org> thunar-1.2.1.ebuild: + remove useless configure option for EAPI4 14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> thunar-1.2.0.ebuild: alpha/ia64/sparc stable wrt #349053 diff --git a/xfce-base/thunar/thunar-1.2.1.ebuild b/xfce-base/thunar/thunar-1.2.1.ebuild index fb495956f560..80b522397856 100644 --- a/xfce-base/thunar/thunar-1.2.1.ebuild +++ b/xfce-base/thunar/thunar-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,v 1.2 2011/02/04 17:32:47 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,v 1.3 2011/02/16 16:43:20 darkside Exp $ EAPI=4 inherit virtualx xfconf @@ -47,7 +47,6 @@ S=${WORKDIR}/${MY_P} pkg_setup() { XFCONF=( --docdir="${EPREFIX}"/usr/share/doc/${PF} - --disable-dependency-tracking $(use_enable dbus) $(use_enable startup-notification) $(use_enable udev gudev) |