Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 435826 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- games-board/ace/ace-1.3.ebuild
0
++ games-board/ace/ace-1.3.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.3.ebuild,v 1.5 2011/09/15 07:23:31 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.3.ebuild,v 1.5 2011/09/15 07:23:31 ssuominen Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils games
6
inherit autotools eutils games
7
7
8
DESCRIPTION="DJ Delorie's Ace of Penguins solitaire games"
8
DESCRIPTION="DJ Delorie's Ace of Penguins solitaire games"
9
HOMEPAGE="http://www.delorie.com/store/ace/"
9
HOMEPAGE="http://www.delorie.com/store/ace/"
Lines 23-29 Link Here
23
	epatch \
23
	epatch \
24
		"${FILESDIR}"/${P}-no-xpm.patch \
24
		"${FILESDIR}"/${P}-no-xpm.patch \
25
		"${FILESDIR}"/${P}-implicit-pointer.patch \
25
		"${FILESDIR}"/${P}-implicit-pointer.patch \
26
		"${FILESDIR}"/${P}-libpng15.patch
26
		"${FILESDIR}"/${P}-libpng15.patch \
27
		"${FILESDIR}"/${P}-gold.patch
28
	eautoreconf
27
}
29
}
28
30
29
src_configure() {
31
src_configure() {

Return to bug 435826