diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-03-13 16:27:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-03-13 16:27:01 +0000 |
commit | 548a97d7d42d32b97ca3bc08673308863877117c (patch) | |
tree | b6832938a11c3dff00e31ed5b4daaaac602b89f5 /xfce-base | |
parent | Stable on amd64 wrt bug #358407 (diff) | |
download | gentoo-2-548a97d7d42d32b97ca3bc08673308863877117c.tar.gz gentoo-2-548a97d7d42d32b97ca3bc08673308863877117c.tar.bz2 gentoo-2-548a97d7d42d32b97ca3bc08673308863877117c.zip |
Stable on amd64 wrt bug #358407
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 6b2f5c423477..53efcf0aded8 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.116 2011/02/16 16:43:20 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.117 2011/03/13 16:27:01 hwoarang Exp $ + + 13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> thunar-1.2.1.ebuild: + Stable on amd64 wrt bug #358407 16 Feb 2011; Jeremy Olexa <darkside@gentoo.org> thunar-1.2.1.ebuild: remove useless configure option for EAPI4 diff --git a/xfce-base/thunar/thunar-1.2.1.ebuild b/xfce-base/thunar/thunar-1.2.1.ebuild index 80b522397856..af2490dcd2b0 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.3 2011/02/16 16:43:20 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,v 1.4 2011/03/13 16:27:01 hwoarang Exp $ EAPI=4 inherit virtualx xfconf @@ -13,7 +13,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/1.2/${MY_P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +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" |