summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/terminal')
-rw-r--r--xfce-extra/terminal/ChangeLog5
-rw-r--r--xfce-extra/terminal/terminal-0.2.5.8_rc2.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/xfce-extra/terminal/ChangeLog b/xfce-extra/terminal/ChangeLog
index cc9db3f7b97e..058ac39cc119 100644
--- a/xfce-extra/terminal/ChangeLog
+++ b/xfce-extra/terminal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-extra/terminal
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.19 2006/12/10 20:33:32 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.20 2006/12/20 16:26:46 welp Exp $
+
+ 20 Dec 2006; Peter Weller <welp@gentoo.org> terminal-0.2.5.8_rc2.ebuild:
+ Change xslt to doc wrt bug #158654
10 Dec 2006; Joshua Nichols <nichoj@gentoo.org>
terminal-0.2.5.8_rc2.ebuild:
diff --git a/xfce-extra/terminal/terminal-0.2.5.8_rc2.ebuild b/xfce-extra/terminal/terminal-0.2.5.8_rc2.ebuild
index 9dcf8656129e..9088736dac65 100644
--- a/xfce-extra/terminal/terminal-0.2.5.8_rc2.ebuild
+++ b/xfce-extra/terminal/terminal-0.2.5.8_rc2.ebuild
@@ -1,6 +1,6 @@
# 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.5.8_rc2.ebuild,v 1.3 2006/12/10 20:33:32 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.5.8_rc2.ebuild,v 1.4 2006/12/20 16:26:46 welp Exp $
inherit gnome2 xfce44 versionator
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.xfce.org"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="dbus startup-notification xslt"
+IUSE="dbus startup-notification doc"
RDEPEND=">=dev-libs/glib-2
>=x11-libs/gtk+-2.6
@@ -35,12 +35,12 @@ RDEPEND=">=dev-libs/glib-2
virtual/x11 )
startup-notification? ( >=x11-libs/startup-notification-0.5 )
>=x11-libs/vte-0.11.11
- xslt? ( dev-libs/libxslt )
+ doc? ( dev-libs/libxslt )
>=xfce-extra/exo-0.3.1.12_rc2"
XFCE_CONFIG="$(use_enable startup-notification) $(use_enable dbus)"
-if use xslt; then
+if use doc; then
XFCE_CONFIG="${XFCE_CONFIG} --enable-xsltproc"
fi