diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-02-17 22:05:37 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-02-17 22:05:37 +0000 |
commit | 39c7cd68e056fcd12c77e2ddd82335d95d36d0f3 (patch) | |
tree | 0642ab3d538f02599eb55e2c930c9d8cf36e0a65 /games-puzzle/gemdropx/gemdropx-0.9-r1.ebuild | |
parent | Mark 2.3.4 stable on alpha/ia64. #119722 (diff) | |
download | gentoo-2-39c7cd68e056fcd12c77e2ddd82335d95d36d0f3.tar.gz gentoo-2-39c7cd68e056fcd12c77e2ddd82335d95d36d0f3.tar.bz2 gentoo-2-39c7cd68e056fcd12c77e2ddd82335d95d36d0f3.zip |
Modular X dependency fix
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-puzzle/gemdropx/gemdropx-0.9-r1.ebuild')
-rw-r--r-- | games-puzzle/gemdropx/gemdropx-0.9-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-puzzle/gemdropx/gemdropx-0.9-r1.ebuild b/games-puzzle/gemdropx/gemdropx-0.9-r1.ebuild index 46374223c5af..8177f23923df 100644 --- a/games-puzzle/gemdropx/gemdropx-0.9-r1.ebuild +++ b/games-puzzle/gemdropx/gemdropx-0.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/gemdropx/gemdropx-0.9-r1.ebuild,v 1.5 2004/06/24 23:04:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gemdropx/gemdropx-0.9-r1.ebuild,v 1.6 2006/02/17 22:01:54 tupone Exp $ inherit games @@ -14,8 +14,7 @@ KEYWORDS="x86 ppc amd64" IUSE="" DEPEND=">=media-libs/libsdl-1.2.3-r1 - >=media-libs/sdl-mixer-1.2.1 - virtual/x11" + >=media-libs/sdl-mixer-1.2.1" src_compile() { emake \ |