diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-24 16:56:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-24 16:56:42 +0000 |
commit | 8115f38182b429023177858ff64ae2992db9890b (patch) | |
tree | 04c53d781ec6e00c45d27fee60cf520bb5cf5273 /xfce-base | |
parent | ppc stable #281427 (diff) | |
download | gentoo-2-8115f38182b429023177858ff64ae2992db9890b.tar.gz gentoo-2-8115f38182b429023177858ff64ae2992db9890b.tar.bz2 gentoo-2-8115f38182b429023177858ff64ae2992db9890b.zip |
Restrict depend to <xfce-base/exo-0.5 because of API change.
(Portage version: 2.2_rc46/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.0.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index ca7d03b3b573..f753159e6462 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/thunar # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.81 2009/10/05 21:10:19 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.82 2009/10/24 16:56:42 ssuominen Exp $ + + 24 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> thunar-1.0.1.ebuild: + Restrict depend to <xfce-base/exo-0.5 because of API change. 05 Oct 2009; Jeremy Olexa <darkside@gentoo.org> thunar-1.0.1.ebuild: Port Gentoo Prefix ebuild to gentoo-x86 diff --git a/xfce-base/thunar/thunar-1.0.1.ebuild b/xfce-base/thunar/thunar-1.0.1.ebuild index 001ab07ec821..856b52eb5caa 100644 --- a/xfce-base/thunar/thunar-1.0.1.ebuild +++ b/xfce-base/thunar/thunar-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild,v 1.14 2009/10/05 21:10:19 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild,v 1.15 2009/10/24 16:56:42 ssuominen Exp $ EAPI=2 MY_P=${P/t/T} @@ -25,6 +25,7 @@ RDEPEND=">=dev-lang/perl-5.6 x11-libs/libSM >=x11-misc/shared-mime-info-0.20 >=xfce-base/exo-0.3.92[hal?] + <xfce-base/exo-0.5 >=xfce-base/libxfce4util-4.6 dbus? ( dev-libs/dbus-glib ) exif? ( >=media-libs/libexif-0.6 ) |