summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-15 10:26:47 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-15 10:26:47 +0000
commitc7c7fc68649eee1890575f270a62efbe72ee6812 (patch)
treed54e3dbfada07c36f42d6c5229aad68e73792d73 /games-puzzle
parentAdd new revision with pmount useflag to work better when coupled with pmount ... (diff)
downloadgentoo-2-c7c7fc68649eee1890575f270a62efbe72ee6812.tar.gz
gentoo-2-c7c7fc68649eee1890575f270a62efbe72ee6812.tar.bz2
gentoo-2-c7c7fc68649eee1890575f270a62efbe72ee6812.zip
Fix modular X depend, one bracket was wrong
(Portage version: 2.1)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/pouetchess/pouetchess-0.2.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/pouetchess/pouetchess-0.2.0.ebuild b/games-puzzle/pouetchess/pouetchess-0.2.0.ebuild
index 2bff0813bca5..ab179c216ba9 100644
--- a/games-puzzle/pouetchess/pouetchess-0.2.0.ebuild
+++ b/games-puzzle/pouetchess/pouetchess-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pouetchess/pouetchess-0.2.0.ebuild,v 1.1 2006/06/14 18:19:29 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pouetchess/pouetchess-0.2.0.ebuild,v 1.2 2006/06/15 10:26:47 genstef Exp $
inherit eutils games
@@ -25,7 +25,8 @@ RDEPEND=">=media-libs/libsdl-1.2.8
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
- virtual/x11 ) )"
+ )
+ virtual/x11 )"
DEPEND="${RDEPEND}
dev-util/scons"