summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2009-01-20 15:41:05 +0000
committerAlfredo Tupone <tupone@gentoo.org>2009-01-20 15:41:05 +0000
commit0915ce28bbc0dba683a0c2c0301b305366ad69b2 (patch)
treea5890a5c4bac17f76c3816b53627a17b3ec0d92b /games-engines/kwest/kwest-1.0.ebuild
parentFix bash script announcing itself as needing /bin/sh (diff)
downloadgentoo-2-0915ce28bbc0dba683a0c2c0301b305366ad69b2.tar.gz
gentoo-2-0915ce28bbc0dba683a0c2c0301b305366ad69b2.tar.bz2
gentoo-2-0915ce28bbc0dba683a0c2c0301b305366ad69b2.zip
Fix gcc-4.3 bug #251132
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
Diffstat (limited to 'games-engines/kwest/kwest-1.0.ebuild')
-rw-r--r--games-engines/kwest/kwest-1.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-engines/kwest/kwest-1.0.ebuild b/games-engines/kwest/kwest-1.0.ebuild
index db7221c98f5a..c3d7a312dcf4 100644
--- a/games-engines/kwest/kwest-1.0.ebuild
+++ b/games-engines/kwest/kwest-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/kwest/kwest-1.0.ebuild,v 1.11 2008/01/28 01:11:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/kwest/kwest-1.0.ebuild,v 1.12 2009/01/20 15:41:05 tupone Exp $
ARTS_REQUIRED=yes #bug #207816
inherit kde
@@ -14,3 +14,5 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc ~sparc"
IUSE=""
+
+PATCHES=( "${FILESDIR}"/${P}-gcc43.patch )