diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-03-23 21:32:47 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-03-23 21:32:47 +0000 |
commit | c13c5eb36f91c5270724c97ab2d7cbd6fd85ac8d (patch) | |
tree | 9deffcb8681d026a9b85ea9320fa3e12a740bf02 /xfce-base/thunar | |
parent | Revbump. Multiple fixes. EAPI4. Bug #408023. Thanks to rainbow <rainbow@irh.it> (diff) | |
download | historical-c13c5eb36f91c5270724c97ab2d7cbd6fd85ac8d.tar.gz historical-c13c5eb36f91c5270724c97ab2d7cbd6fd85ac8d.tar.bz2 historical-c13c5eb36f91c5270724c97ab2d7cbd6fd85ac8d.zip |
Add slot dep on glib
Package-Manager: portage-2.2.0_alpha94/cvs/Linux x86_64
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 37502af4e777..38acddf4a6f7 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/thunar # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.134 2012/03/13 20:06:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.135 2012/03/23 21:22:12 angelos Exp $ + + 23 Mar 2012; Christoph Mende <angelos@gentoo.org> thunar-1.2.3.ebuild: + Add slot dep on glib 13 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> thunar-1.2.3.ebuild: Enable USE="dbus" by default to satisfy REQUIRED_USE by Jeremy Olexa. diff --git a/xfce-base/thunar/thunar-1.2.3.ebuild b/xfce-base/thunar/thunar-1.2.3.ebuild index d21c24c3d51f..44409c8420b9 100644 --- a/xfce-base/thunar/thunar-1.2.3.ebuild +++ b/xfce-base/thunar/thunar-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.3.ebuild,v 1.8 2012/03/13 20:06:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.3.ebuild,v 1.9 2012/03/23 21:22:12 angelos Exp $ EAPI=4 inherit virtualx xfconf @@ -18,7 +18,7 @@ IUSE="+dbus debug exif libnotify pcre startup-notification test +xfce_plugins_tr GVFS_DEPEND=">=gnome-base/gvfs-1.6.7" COMMON_DEPEND=">=dev-lang/perl-5.6 - >=dev-libs/glib-2.18 + >=dev-libs/glib-2.18:2 >=xfce-base/exo-0.6 >=x11-libs/gtk+-2.14:2 >=xfce-base/libxfce4ui-4.8 |