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 | b61dc6fc14e990da6a1eaf408a1264a59a58ee96 (patch) | |
tree | eb17464478ade51dc794601a65d8f8579c687973 /xfce-extra/thunar-shares-plugin | |
parent | EAPI4, fix homepage (diff) | |
download | historical-b61dc6fc14e990da6a1eaf408a1264a59a58ee96.tar.gz historical-b61dc6fc14e990da6a1eaf408a1264a59a58ee96.tar.bz2 historical-b61dc6fc14e990da6a1eaf408a1264a59a58ee96.zip |
EAPI4
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/thunar-shares-plugin')
-rw-r--r-- | xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild index 28a611f40960..9b0a1be2111f 100644 --- a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild +++ b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.3 2011/01/16 19:19:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.4 2011/05/19 21:45:14 ssuominen Exp $ # git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin -EAPI=3 +EAPI=4 EAUTORECONF=yes inherit xfconf @@ -26,10 +26,9 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( - --disable-dependency-tracking --disable-static $(xfconf_use_debug) ) - DOCS="AUTHORS ChangeLog NEWS README TODO" + DOCS=( AUTHORS ChangeLog NEWS README TODO ) } |