diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-09-07 18:18:51 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-09-07 18:18:51 +0000 |
commit | 30fa484861755ac97f704182228cd49dd4d86927 (patch) | |
tree | 71c2063c6860685126f1dd387139b8ff234c79ea /xfce-extra/terminal/terminal-0.2.4.ebuild | |
parent | Remove dbus dep for bug #104951. (diff) | |
download | historical-30fa484861755ac97f704182228cd49dd4d86927.tar.gz historical-30fa484861755ac97f704182228cd49dd4d86927.tar.bz2 historical-30fa484861755ac97f704182228cd49dd4d86927.zip |
Fix dbus conditional dep for bug #104951.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'xfce-extra/terminal/terminal-0.2.4.ebuild')
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.4.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/xfce-extra/terminal/terminal-0.2.4.ebuild b/xfce-extra/terminal/terminal-0.2.4.ebuild index 4f448256f634..f15e719e7536 100644 --- a/xfce-extra/terminal/terminal-0.2.4.ebuild +++ b/xfce-extra/terminal/terminal-0.2.4.ebuild @@ -1,17 +1,25 @@ # 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.2 2005/06/12 14:30:24 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.4.ebuild,v 1.3 2005/09/07 18:18:51 bcowan Exp $ DESCRIPTION="Terminal with close ties to xfce" HOMEPAGE="http://www.os-cillation.com/" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="dbus" + RDEPEND=">=x11-libs/gtk+-2.4 >=xfce-extra/exo-0.3.0_pre1 + dbus? ( =sys-apps/dbus ) >=x11-libs/vte-0.11.11 >=xfce-base/libxfce4mcs-4.2.0" + MY_P="${PN/t/T}-${PV/_/}" BZIPPED=1 GOODIES=1 -inherit xfce4 +if ! use dbus; then + XFCE_CONFIG="--disable-dbus" +fi + +inherit xfce4
\ No newline at end of file |