summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-10 20:19:34 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-10 20:19:34 +0000
commit7b251eabcf8ccfa034c8e1381266a2b2a0b9a71e (patch)
tree5a0bc01c7dc44d866253ec6c08f1b1e5700ebac3 /app-editors
parentinherit eutils. (Manifest recommit) (diff)
downloadgentoo-2-7b251eabcf8ccfa034c8e1381266a2b2a0b9a71e.tar.gz
gentoo-2-7b251eabcf8ccfa034c8e1381266a2b2a0b9a71e.tar.bz2
gentoo-2-7b251eabcf8ccfa034c8e1381266a2b2a0b9a71e.zip
dependency on dev-libs/libxslt was lost
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/jedit/ChangeLog5
-rw-r--r--app-editors/jedit/jedit-4.2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/jedit/ChangeLog b/app-editors/jedit/ChangeLog
index 15f3b2d7c70b..ddbc8d934fd3 100644
--- a/app-editors/jedit/ChangeLog
+++ b/app-editors/jedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/jedit
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.42 2004/10/05 12:19:43 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.43 2004/10/10 20:19:34 axxo Exp $
+
+ 10 Oct 2004; Thomas Matthijs <axxo@gentoo.org> jedit-4.2.ebuild:
+ dependency on dev-libs/libxslt was lost
05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
jedit-4.1-r1.ebuild, jedit-4.1.ebuild:
diff --git a/app-editors/jedit/jedit-4.2.ebuild b/app-editors/jedit/jedit-4.2.ebuild
index 0eeff9fd8a28..b2ef7e607af2 100644
--- a/app-editors/jedit/jedit-4.2.ebuild
+++ b/app-editors/jedit/jedit-4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.2.ebuild,v 1.3 2004/10/03 06:33:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.2.ebuild,v 1.4 2004/10/10 20:19:34 axxo Exp $
inherit java-utils
@@ -20,6 +20,7 @@ DEPEND="${RDEPEND}
doc? (
=app-text/docbook-xml-dtd-4.3*
=app-text/docbook-xsl-stylesheets-1.65.1*
+ dev-libs/libxslt
)
>=dev-java/ant-1.5.4
jikes? ( >=dev-java/jikes-1.17 )"