diff options
author | 2008-06-30 06:22:28 +0000 | |
---|---|---|
committer | 2008-06-30 06:22:28 +0000 | |
commit | 3576cb38303f8e6a951ad8a92b457b3a5f000308 (patch) | |
tree | 6f7843e49968d8e90d2ef3b9d4a288fe8490ed03 /games-board/six/six-0.5.3.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-3576cb38303f8e6a951ad8a92b457b3a5f000308.tar.gz gentoo-2-3576cb38303f8e6a951ad8a92b457b3a5f000308.tar.bz2 gentoo-2-3576cb38303f8e6a951ad8a92b457b3a5f000308.zip |
add patch for building with gcc-4.3; submitting by Dieter Ries via bug #227151
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board/six/six-0.5.3.ebuild')
-rw-r--r-- | games-board/six/six-0.5.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-board/six/six-0.5.3.ebuild b/games-board/six/six-0.5.3.ebuild index 1dd5c29a460a..48d15734e36e 100644 --- a/games-board/six/six-0.5.3.ebuild +++ b/games-board/six/six-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/six/six-0.5.3.ebuild,v 1.1 2006/06/21 00:24:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/six/six-0.5.3.ebuild,v 1.2 2008/06/30 06:22:27 mr_bones_ Exp $ ARTS_REQUIRED="yes" inherit kde @@ -14,4 +14,6 @@ SLOT="0" KEYWORDS="ppc ~sparc x86" IUSE="" +PATCHES=( "${FILESDIR}/${P}-gcc43.patch" ) + need-kde 3 |