diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-12-06 05:51:45 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-12-06 05:51:45 +0000 |
commit | 313644ca65f7e4a8409bf88f2534e84134caecf1 (patch) | |
tree | 09530e5945b5768d4582567cc50c422f2d306687 /xfce-extra/terminal/terminal-0.2.4-r1.ebuild | |
parent | Updated dependencies for modular dbus, see bug #154521. (diff) | |
download | gentoo-2-313644ca65f7e4a8409bf88f2534e84134caecf1.tar.gz gentoo-2-313644ca65f7e4a8409bf88f2534e84134caecf1.tar.bz2 gentoo-2-313644ca65f7e4a8409bf88f2534e84134caecf1.zip |
Updated dependencies for modular dbus, see bug #154521.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'xfce-extra/terminal/terminal-0.2.4-r1.ebuild')
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.4-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/xfce-extra/terminal/terminal-0.2.4-r1.ebuild b/xfce-extra/terminal/terminal-0.2.4-r1.ebuild index 9602441fda89..6277177c4ec3 100644 --- a/xfce-extra/terminal/terminal-0.2.4-r1.ebuild +++ b/xfce-extra/terminal/terminal-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.4-r1.ebuild,v 1.3 2005/10/10 15:51:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.4-r1.ebuild,v 1.4 2006/12/06 05:51:45 nichoj Exp $ inherit xfce42 @@ -18,7 +18,9 @@ RDEPEND="|| ( ( x11-libs/libX11 virtual/x11 ) >=x11-libs/gtk+-2.4 >=xfce-extra/exo-0.3.0-r1 - dbus? ( sys-apps/dbus ) + dbus? ( || ( >=dev-libs/dbus-glib-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) ) + ) >=x11-libs/vte-0.11.11 x11-libs/startup-notification >=xfce-base/libxfce4mcs-4.2.2-r1" @@ -31,4 +33,4 @@ S=${WORKDIR}/${MY_P} if ! use dbus; then XFCE_CONFIG="--disable-dbus" -fi
\ No newline at end of file +fi |