diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-04-28 07:43:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-04-28 07:43:24 +0000 |
commit | 9e407812afc06c10f7b30fc1654e68d8dbba0ac3 (patch) | |
tree | fb4179eae413790bfadeccb7a1fac06aa14e66aa /games-board | |
parent | tidy (diff) | |
download | gentoo-2-9e407812afc06c10f7b30fc1654e68d8dbba0ac3.tar.gz gentoo-2-9e407812afc06c10f7b30fc1654e68d8dbba0ac3.tar.bz2 gentoo-2-9e407812afc06c10f7b30fc1654e68d8dbba0ac3.zip |
tidy
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pouetchess/pouetchess-0.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild b/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild index b312c331fe00..9017ffa7327b 100644 --- a/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild +++ b/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild,v 1.11 2011/03/23 07:42:14 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild,v 1.12 2011/04/28 07:43:24 mr_bones_ Exp $ EAPI=2 inherit eutils scons-utils games @@ -19,9 +19,9 @@ DEPEND="media-libs/libsdl media-libs/sdl-image[jpeg,png] virtual/glu virtual/opengl" -RDEPEND="${DEPEND}" S=${WORKDIR}/${PN}_src_${PV} + PATCHES=( "${FILESDIR}/${P}-sconstruct-sandbox.patch" "${FILESDIR}/${P}-nvidia_glext.patch" "${FILESDIR}/${P}-segfaults.patch" |