diff options
author | 2011-05-19 22:14:10 +0000 | |
---|---|---|
committer | 2011-05-19 22:14:10 +0000 | |
commit | 99892cb795204bbc2c3ea5aa7e8812c2c431ad30 (patch) | |
tree | d782ad423e652dca2533f1836bc0ab7f597cee3a /xfce-base/thunar | |
parent | Use DOCS array (diff) | |
download | gentoo-2-99892cb795204bbc2c3ea5aa7e8812c2c431ad30.tar.gz gentoo-2-99892cb795204bbc2c3ea5aa7e8812c2c431ad30.tar.bz2 gentoo-2-99892cb795204bbc2c3ea5aa7e8812c2c431ad30.zip |
DOCS array, drop useless die
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/thunar')
-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 } |