diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-03-23 21:22:12 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-03-23 21:22:12 +0000 |
commit | f85509fd2df08c48397c7eaad3f730b36eadc0ed (patch) | |
tree | d9f91fa3d29418782747171fd3ce24cd9239dc0e /xfce-base/thunar | |
parent | Add slot dep on glib (diff) | |
download | gentoo-2-f85509fd2df08c48397c7eaad3f730b36eadc0ed.tar.gz gentoo-2-f85509fd2df08c48397c7eaad3f730b36eadc0ed.tar.bz2 gentoo-2-f85509fd2df08c48397c7eaad3f730b36eadc0ed.zip |
Add slot dep on glib
(Portage version: 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 |