diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-06-07 09:14:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-06-07 09:14:20 +0000 |
commit | a32ea0bb2b1d905119f3ab80c7242dc4314a9958 (patch) | |
tree | 3198af0a1a3e1cca4f2ca669925900de30d69d94 /xfce-base/thunar | |
parent | Fix udev dependency (bug #370397) (diff) | |
download | gentoo-2-a32ea0bb2b1d905119f3ab80c7242dc4314a9958.tar.gz gentoo-2-a32ea0bb2b1d905119f3ab80c7242dc4314a9958.tar.bz2 gentoo-2-a32ea0bb2b1d905119f3ab80c7242dc4314a9958.zip |
Fix udev dependency (bug #370395)
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.2.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 511f5e1b552c..544ec8533cb8 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,10 @@ # 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.122 2011/05/27 08:27:31 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.123 2011/06/07 09:14:20 angelos Exp $ + + 07 Jun 2011; Christoph Mende <angelos@gentoo.org> thunar-1.2.1.ebuild, + thunar-1.2.2.ebuild: + Fix udev dependency (bug #370395) *thunar-1.2.2 (27 May 2011) diff --git a/xfce-base/thunar/thunar-1.2.1.ebuild b/xfce-base/thunar/thunar-1.2.1.ebuild index 3eb718e1ee34..f22326713eb0 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.9 2011/05/19 22:14:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,v 1.10 2011/06/07 09:14:20 angelos Exp $ EAPI=4 inherit virtualx xfconf @@ -28,7 +28,7 @@ COMMON_DEPEND=">=xfce-base/exo-0.6 libnotify? ( x11-libs/libnotify ) pcre? ( >=dev-libs/libpcre-6 ) startup-notification? ( x11-libs/startup-notification ) - udev? ( >=sys-fs/udev-145[extras] ) + udev? ( || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) ) xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88 >=xfce-base/xfce4-panel-4.8 )" RDEPEND="${COMMON_DEPEND} diff --git a/xfce-base/thunar/thunar-1.2.2.ebuild b/xfce-base/thunar/thunar-1.2.2.ebuild index b90c147964de..db1907b91e1b 100644 --- a/xfce-base/thunar/thunar-1.2.2.ebuild +++ b/xfce-base/thunar/thunar-1.2.2.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.2.ebuild,v 1.1 2011/05/27 08:27:31 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.2.ebuild,v 1.2 2011/06/07 09:14:20 angelos Exp $ EAPI=4 inherit virtualx xfconf @@ -28,7 +28,7 @@ COMMON_DEPEND=">=xfce-base/exo-0.6 libnotify? ( x11-libs/libnotify ) pcre? ( >=dev-libs/libpcre-6 ) startup-notification? ( x11-libs/startup-notification ) - udev? ( >=sys-fs/udev-145[extras] ) + udev? ( || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) ) xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88 >=xfce-base/xfce4-panel-4.8 )" RDEPEND="${COMMON_DEPEND} |