diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:14:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 22:14:10 +0000 |
commit | b5ed3242408d67e0e529574fa8fb638fe74aedb4 (patch) | |
tree | f9862d8ca308a098929997fc129da96b3a5c58c4 /xfce-base | |
parent | EAPI4 (diff) | |
download | historical-b5ed3242408d67e0e529574fa8fb638fe74aedb4.tar.gz historical-b5ed3242408d67e0e529574fa8fb638fe74aedb4.tar.bz2 historical-b5ed3242408d67e0e529574fa8fb638fe74aedb4.zip |
DOCS array, drop useless die
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/thunar-1.2.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xfce-base/thunar/thunar-1.2.1.ebuild b/xfce-base/thunar/thunar-1.2.1.ebuild index 3d9f3e5ce49e..3eb718e1ee34 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.8 2011/04/23 17:22:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,v 1.9 2011/05/19 22:14:10 ssuominen Exp $ EAPI=4 inherit virtualx xfconf @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev" -GVFS_DEPEND=">=gnome-base/gvfs-1.6.6-r1" +GVFS_DEPEND=">=gnome-base/gvfs-1.6.7" COMMON_DEPEND=">=xfce-base/exo-0.6 >=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.14:2 @@ -63,9 +63,9 @@ pkg_setup() { XFCONF+=( --disable-tpa-plugin ) fi - DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO" + DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO ) } src_test() { - Xemake check || die + Xemake check } |