diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:45:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:45:14 +0000 |
commit | 07d0e108359f6db1ce0a2190acbb1190b5aaa301 (patch) | |
tree | 677c2364851bed8d6c6719af05a7af5941dff2de /xfce-extra | |
parent | EAPI4 (diff) | |
download | gentoo-2-07d0e108359f6db1ce0a2190acbb1190b5aaa301.tar.gz gentoo-2-07d0e108359f6db1ce0a2190acbb1190b5aaa301.tar.bz2 gentoo-2-07d0e108359f6db1ce0a2190acbb1190b5aaa301.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-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 ) } |