diff options
author | 2007-07-01 09:28:52 +0000 | |
---|---|---|
committer | 2007-07-01 09:28:52 +0000 | |
commit | 7d7a234068697ec69492d0e6e3728d0a58279aba (patch) | |
tree | 16065f05caea177c5fd0e3580cfd7a38cfe09ab5 /xfce-extra/terminal | |
parent | Clean up old dbus deps wrt bug 183696 (diff) | |
download | gentoo-2-7d7a234068697ec69492d0e6e3728d0a58279aba.tar.gz gentoo-2-7d7a234068697ec69492d0e6e3728d0a58279aba.tar.bz2 gentoo-2-7d7a234068697ec69492d0e6e3728d0a58279aba.zip |
Fix up dbus deps wrt bug 183696
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'xfce-extra/terminal')
-rw-r--r-- | xfce-extra/terminal/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-extra/terminal/ChangeLog b/xfce-extra/terminal/ChangeLog index d37f91ea4eb7..9fc94d03fd5f 100644 --- a/xfce-extra/terminal/ChangeLog +++ b/xfce-extra/terminal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/terminal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.41 2007/05/27 17:39:17 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.42 2007/07/01 09:28:52 welp Exp $ + + 01 Jul 2007; Peter Weller <welp@gentoo.org> terminal-0.2.6-r1.ebuild: + Fix up dbus deps wrt bug 183696 27 May 2007; Joshua Kinard <kumba@gentoo.org> terminal-0.2.6-r1.ebuild: Stable on mips. diff --git a/xfce-extra/terminal/terminal-0.2.6-r1.ebuild b/xfce-extra/terminal/terminal-0.2.6-r1.ebuild index e879b51aceec..ae37fbac182b 100644 --- a/xfce-extra/terminal/terminal-0.2.6-r1.ebuild +++ b/xfce-extra/terminal/terminal-0.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.6-r1.ebuild,v 1.12 2007/05/27 17:39:17 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.6-r1.ebuild,v 1.13 2007/07/01 09:28:52 welp Exp $ inherit xfce44 @@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2.6 x11-libs/libXft x11-libs/libXrender startup-notification? ( x11-libs/startup-notification ) - dbus? ( || ( dev-libs/dbus-glib <sys-apps/dbus-1 ) ) + dbus? ( dev-libs/dbus-glib ) >=x11-libs/vte-0.11.11 >=xfce-extra/exo-0.3.2" DEPEND="${RDEPEND} |