diff options
author | 2006-02-17 22:35:49 +0000 | |
---|---|---|
committer | 2006-02-17 22:35:49 +0000 | |
commit | d32102e8337d0ec0cc895b74717aab0e0550059e (patch) | |
tree | 0242b7709d84b6c9286a00d03f0b39e9669fad43 /games-puzzle/triptych-demo/triptych-demo-0.ebuild | |
parent | Added polish description (diff) | |
download | historical-d32102e8337d0ec0cc895b74717aab0e0550059e.tar.gz historical-d32102e8337d0ec0cc895b74717aab0e0550059e.tar.bz2 historical-d32102e8337d0ec0cc895b74717aab0e0550059e.zip |
Modular X dependency fix
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'games-puzzle/triptych-demo/triptych-demo-0.ebuild')
-rw-r--r-- | games-puzzle/triptych-demo/triptych-demo-0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-puzzle/triptych-demo/triptych-demo-0.ebuild b/games-puzzle/triptych-demo/triptych-demo-0.ebuild index 9b7b36cc8927..f830b6b0b86e 100644 --- a/games-puzzle/triptych-demo/triptych-demo-0.ebuild +++ b/games-puzzle/triptych-demo/triptych-demo-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.6 2005/09/26 18:13:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.7 2006/02/17 22:31:09 tupone Exp $ inherit eutils games @@ -13,9 +13,8 @@ SLOT="0" KEYWORDS="-* x86" IUSE="" -RDEPEND="virtual/libc +DEPEND="|| ( x11-libs/libXext virtual/x11 ) media-libs/libsdl - virtual/x11 virtual/opengl" S=${WORKDIR}/triptych |