diff options
Diffstat (limited to 'kde-base/kolourpaint/kolourpaint-3.5_beta1.ebuild')
-rw-r--r-- | kde-base/kolourpaint/kolourpaint-3.5_beta1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kde-base/kolourpaint/kolourpaint-3.5_beta1.ebuild b/kde-base/kolourpaint/kolourpaint-3.5_beta1.ebuild index c7744a8da762..129486786ed9 100644 --- a/kde-base/kolourpaint/kolourpaint-3.5_beta1.ebuild +++ b/kde-base/kolourpaint/kolourpaint-3.5_beta1.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/kolourpaint/kolourpaint-3.5_beta1.ebuild,v 1.1 2005/09/22 19:48:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolourpaint/kolourpaint-3.5_beta1.ebuild,v 1.1.1.1 2005/11/30 10:13:29 chriswhite Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -8,5 +8,8 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="Paint Program for KDE" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" + +# The setCustomAuthorText function seems to have been removed. +PATCHES="$FILESDIR/${P}-compile-fix.patch" |