diff options
Diffstat (limited to 'kde-base/kooka/kooka-3.4.1.ebuild')
-rw-r--r-- | kde-base/kooka/kooka-3.4.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kde-base/kooka/kooka-3.4.1.ebuild b/kde-base/kooka/kooka-3.4.1.ebuild index 7ee5ffd13d9d..5993c4393500 100644 --- a/kde-base/kooka/kooka-3.4.1.ebuild +++ b/kde-base/kooka/kooka-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.4.1.ebuild,v 1.2 2005/05/26 17:14:28 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.4.1.ebuild,v 1.3 2005/05/31 21:33:44 greg_g Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -14,4 +14,7 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan)" OLDDEPEND="~kde-base/libkscan-$PV" KMCOPYLIB="libkscan libkscan" -KMEXTRACTONLY="libkscan"
\ No newline at end of file +KMEXTRACTONLY="libkscan" + +# Fix detection of gocr (kde bug 90082). +PATCHES1="${FILESDIR}/kdegraphics-3.4.1-gocr.patch" |