summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2013-03-03 05:02:49 +0000
committerRyan Hill <dirtyepic@gentoo.org>2013-03-03 05:02:49 +0000
commit476ec099ab32422ec45cc0785aecda4cd3fab3fa (patch)
treecb0a537443cfb284683d4f6ac4e67182df8ab4ee /x11-misc/ipager/ipager-1.1.0.ebuild
parentFix ChangeLog header (diff)
downloadgentoo-2-476ec099ab32422ec45cc0785aecda4cd3fab3fa.tar.gz
gentoo-2-476ec099ab32422ec45cc0785aecda4cd3fab3fa.tar.bz2
gentoo-2-476ec099ab32422ec45cc0785aecda4cd3fab3fa.zip
Fix build with GCC 4.7 (bug #423215).
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'x11-misc/ipager/ipager-1.1.0.ebuild')
-rw-r--r--x11-misc/ipager/ipager-1.1.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/ipager/ipager-1.1.0.ebuild b/x11-misc/ipager/ipager-1.1.0.ebuild
index a7f4f2daf717..2aef97f58002 100644
--- a/x11-misc/ipager/ipager-1.1.0.ebuild
+++ b/x11-misc/ipager/ipager-1.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild,v 1.4 2010/02/06 20:14:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild,v 1.5 2013/03/03 05:02:49 dirtyepic Exp $
EAPI=2
inherit eutils
@@ -22,8 +22,9 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch "${FILESDIR}"/${P}-scons_imlib2.patch
- epatch "${FILESDIR}"/${P}-gcc43.patch
epatch "${FILESDIR}"/${P}-scons_flags.patch
+ epatch "${FILESDIR}"/${P}-gcc43.patch
+ epatch "${FILESDIR}"/${P}-gcc47.patch
}
src_compile() {