summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kghostview/kghostview-3.4.2.ebuild')
-rw-r--r--kde-base/kghostview/kghostview-3.4.2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/kde-base/kghostview/kghostview-3.4.2.ebuild b/kde-base/kghostview/kghostview-3.4.2.ebuild
index 7caee514edfa..e1103723b6ca 100644
--- a/kde-base/kghostview/kghostview-3.4.2.ebuild
+++ b/kde-base/kghostview/kghostview-3.4.2.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/kghostview/kghostview-3.4.2.ebuild,v 1.1 2005/07/28 21:16:17 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/kghostview-3.4.2.ebuild,v 1.1.1.1 2005/11/30 10:12:49 chriswhite Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
@@ -8,8 +8,11 @@ KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="KDE: Viewer for PostScript (.ps, .eps) and Portable Document Format (.pdf) files"
-KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="${DEPEND}
virtual/ghostscript"
KMEXTRA="kfile-plugins/ps"
+
+# Fix compilation with gcc4 (kde bug 110249). Applied for 3.4.3.
+PATCHES1="${FILESDIR}/kdegraphics-3.4-gcc4.patch"