diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-02 22:15:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-02 22:15:33 +0000 |
commit | 08148f82fa643dd947de3626831e38277f0b2cb0 (patch) | |
tree | e787f2e1129c2025c4acc54e5512f57d816d6f4a /xfce-base | |
parent | Use virtual/udev instead of sys-fs/udev wrt #444398 (diff) | |
download | gentoo-2-08148f82fa643dd947de3626831e38277f0b2cb0.tar.gz gentoo-2-08148f82fa643dd947de3626831e38277f0b2cb0.tar.bz2 gentoo-2-08148f82fa643dd947de3626831e38277f0b2cb0.zip |
Use virtual/udev instead of sys-fs/udev wrt #444398
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.4.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index d8dbf6137baa..d8d692060744 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.151 2012/11/28 12:31:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.152 2012/12/02 22:15:33 ssuominen Exp $ + + 02 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> thunar-1.4.0.ebuild: + Use virtual/udev instead of sys-fs/udev wrt #444398 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> thunar-1.4.0.ebuild: EAPI5 diff --git a/xfce-base/thunar/thunar-1.4.0.ebuild b/xfce-base/thunar/thunar-1.4.0.ebuild index aa1dd4cb84f4..74f23229fb62 100644 --- a/xfce-base/thunar/thunar-1.4.0.ebuild +++ b/xfce-base/thunar/thunar-1.4.0.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.4.0.ebuild,v 1.10 2012/11/28 12:31:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.4.0.ebuild,v 1.11 2012/12/02 22:15:33 ssuominen Exp $ EAPI=5 inherit virtualx xfconf @@ -28,7 +28,7 @@ COMMON_DEPEND=">=dev-lang/perl-5.6 libnotify? ( >=x11-libs/libnotify-0.7 ) pcre? ( >=dev-libs/libpcre-6 ) startup-notification? ( x11-libs/startup-notification ) - udev? ( || ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171[extras] ) ) + udev? ( virtual/udev[gudev] ) xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )" RDEPEND="${COMMON_DEPEND} >=dev-util/desktop-file-utils-0.20-r1 @@ -38,8 +38,8 @@ RDEPEND="${COMMON_DEPEND} xfce_plugins_trash? ( ${GVFS_DEPEND} )" DEPEND="${COMMON_DEPEND} dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" + sys-devel/gettext + virtual/pkgconfig" REQUIRED_USE="xfce_plugins_trash? ( dbus )" S=${WORKDIR}/${MY_P} |