diff options
-rw-r--r-- | kde-base/kate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kate/kate-4.0.0.ebuild | 4 |
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 } |