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

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +8 lines)
Line  Link Here
0
-- cuyo-2.1.1.ebuild
0
++ cuyo-2.1.2.ebuild
Lines 1-4 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild,v 1.5 2010/03/04 00:49:51 nyhm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.1.ebuild,v 1.5 2010/03/04 00:49:51 nyhm Exp $
4
4
Lines 15-31 Link Here
15
KEYWORDS="amd64 ppc x86"
15
KEYWORDS="amd64 ppc x86"
16
IUSE="+music"
16
IUSE="+music"
17
17
18
DEPEND="sys-libs/zlib
18
RDEPEND="sys-libs/zlib
19
	media-libs/libsdl[audio,video]
19
	media-libs/libsdl[audio,video]
20
	media-libs/sdl-mixer
20
	media-libs/sdl-mixer
21
	music? ( media-libs/sdl-mixer[mikmod] )
21
	music? ( media-libs/sdl-mixer[mikmod] )
22
	media-libs/sdl-image"
22
	media-libs/sdl-image
23
	virtual/libintl"
24
DEPEND="${RDEPEND}
25
	sys-devel/gettext"
23
26
24
S=${WORKDIR}/${MY_P}
27
S=${WORKDIR}/${MY_P}
25
28
26
src_prepare() {
29
src_prepare() {
27
	epatch \
30
	epatch \
28
		"${FILESDIR}"/${P}-gcc44.patch \
31
		"${FILESDIR}"/${PN}-2.1.1-gcc44.patch \
29
		"${FILESDIR}"/${P}-gentoo.patch
32
		"${FILESDIR}"/${P}-gentoo.patch
30
	eautoreconf
33
	eautoreconf
31
}
34
}

Return to bug 395389