diff options
author | 2007-11-25 11:35:14 +0000 | |
---|---|---|
committer | 2007-11-25 11:35:14 +0000 | |
commit | 70dac641c48a1ad335eca08053821acf34da707a (patch) | |
tree | eb18f102f845818ecbe3d174a5743463fdb6901e /games-board/pouetchess/pouetchess-0.2.0-r1.ebuild | |
parent | amd64 stable wrt #199501 (diff) | |
download | historical-70dac641c48a1ad335eca08053821acf34da707a.tar.gz historical-70dac641c48a1ad335eca08053821acf34da707a.tar.bz2 historical-70dac641c48a1ad335eca08053821acf34da707a.zip |
Add dependency on virtual/glu
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-board/pouetchess/pouetchess-0.2.0-r1.ebuild')
-rw-r--r-- | games-board/pouetchess/pouetchess-0.2.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild b/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild index 6d3afabc0bf0..99649d57dca1 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-2007 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.1 2007/06/05 05:01:29 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild,v 1.2 2007/11/25 11:35:14 tupone Exp $ inherit eutils toolchain-funcs games @@ -16,6 +16,7 @@ IUSE="debug" RDEPEND="media-libs/libsdl media-libs/sdl-image + virtual/glu virtual/opengl" DEPEND="${RDEPEND} dev-util/scons" |