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 / +8 lines)
Line  Link Here
0
-- games-board/ace/ace-1.4.ebuild
0
++ games-board/ace/ace-1.4.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v 1.2 2012/09/24 18:51:00 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-board/ace/ace-1.4.ebuild,v 1.2 2012/09/24 18:51:00 mr_bones_ Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils games
6
inherit autotools base 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 19-25 Link Here
19
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
20
	x11-proto/xproto"
20
	x11-proto/xproto"
21
21
22
PATCHES=( "${FILESDIR}"/${P}-no-xpm.patch "${FILESDIR}"/${P}-libpng15.patch )
22
PATCHES=( "${FILESDIR}"/${P}-no-xpm.patch "${FILESDIR}"/${P}-libpng15.patch "${FILESDIR}"/${P}-gold.patch )
23
24
src_prepare() {
25
	base_src_prepare
26
	eautoreconf
27
}
23
28
24
src_configure() {
29
src_configure() {
25
	egamesconf \
30
	egamesconf \

Return to bug 435826