summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-01-19 14:58:10 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-01-19 14:58:10 +0000
commita352114bdbd678811d900a1eeaa2aca1fd911d81 (patch)
tree00f54aff65c7b3165fd827949771bae3a59981e7 /kde-base
parentlibbonoboui is not always needed (diff)
downloadgentoo-2-a352114bdbd678811d900a1eeaa2aca1fd911d81.tar.gz
gentoo-2-a352114bdbd678811d900a1eeaa2aca1fd911d81.tar.bz2
gentoo-2-a352114bdbd678811d900a1eeaa2aca1fd911d81.zip
Typo.
(Portage version: 2.1.4)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kate/ChangeLog5
-rw-r--r--kde-base/kate/kate-4.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog
index 8f4771fd4b15..5bbe3e91fa40 100644
--- a/kde-base/kate/ChangeLog
+++ b/kde-base/kate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kate
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.89 2008/01/19 14:14:37 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.90 2008/01/19 14:58:10 ingmar Exp $
+
+ 19 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> kate-4.0.0.ebuild:
+ Typo.
19 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> kate-4.0.0.ebuild:
Unpack correctly with the htmlhandbook set.
diff --git a/kde-base/kate/kate-4.0.0.ebuild b/kde-base/kate/kate-4.0.0.ebuild
index 3ca08b286491..0175eb87dcd9 100644
--- a/kde-base/kate/kate-4.0.0.ebuild
+++ b/kde-base/kate/kate-4.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.0.0.ebuild,v 1.2 2008/01/19 14:14:37 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.0.0.ebuild,v 1.3 2008/01/19 14:58:10 ingmar Exp $
EAPI="1"
@@ -19,6 +19,6 @@ RDEPEND="${DEPEND}
dev-libs/libxslt"
src_unpack() {
- use htmlhandbook && KMEXTRA="docs/kate-plugins"
+ use htmlhandbook && KMEXTRA="doc/kate-plugins"
kde4-meta_src_unpack
}