diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-07 19:45:01 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-07 19:45:01 +0000 |
commit | 976a98df8c61270cd816b621bd2bddec0744bf1a (patch) | |
tree | 5a00af9b1e595fc2def561f588376d01ecb7f60b /xfce-extra/terminal | |
parent | + ~amd64 keyword (diff) | |
download | gentoo-2-976a98df8c61270cd816b621bd2bddec0744bf1a.tar.gz gentoo-2-976a98df8c61270cd816b621bd2bddec0744bf1a.tar.bz2 gentoo-2-976a98df8c61270cd816b621bd2bddec0744bf1a.zip |
fix invalid atoms
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'xfce-extra/terminal')
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-extra/terminal/terminal-0.2.4.ebuild b/xfce-extra/terminal/terminal-0.2.4.ebuild index f15e719e7536..04939e1721d5 100644 --- a/xfce-extra/terminal/terminal-0.2.4.ebuild +++ b/xfce-extra/terminal/terminal-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.ebuild,v 1.3 2005/09/07 18:18:51 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.4.ebuild,v 1.4 2005/09/07 19:45:01 swegener Exp $ DESCRIPTION="Terminal with close ties to xfce" HOMEPAGE="http://www.os-cillation.com/" @@ -10,7 +10,7 @@ IUSE="dbus" RDEPEND=">=x11-libs/gtk+-2.4 >=xfce-extra/exo-0.3.0_pre1 - dbus? ( =sys-apps/dbus ) + dbus? ( sys-apps/dbus ) >=x11-libs/vte-0.11.11 >=xfce-base/libxfce4mcs-4.2.0" @@ -22,4 +22,4 @@ if ! use dbus; then XFCE_CONFIG="--disable-dbus" fi -inherit xfce4
\ No newline at end of file +inherit xfce4 |