diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-02-22 22:04:37 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-02-22 22:04:37 +0000 |
commit | dc9ce51f59026f25c747d503ff397799cceaa294 (patch) | |
tree | 405a17bd87c4422190f6b6adfcf42a5c0642305c /games-simulation/senken/senken-0.3.0.ebuild | |
parent | Modular X dependency fix (diff) | |
download | gentoo-2-dc9ce51f59026f25c747d503ff397799cceaa294.tar.gz gentoo-2-dc9ce51f59026f25c747d503ff397799cceaa294.tar.bz2 gentoo-2-dc9ce51f59026f25c747d503ff397799cceaa294.zip |
Modular X dependency fix
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-simulation/senken/senken-0.3.0.ebuild')
-rw-r--r-- | games-simulation/senken/senken-0.3.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games-simulation/senken/senken-0.3.0.ebuild b/games-simulation/senken/senken-0.3.0.ebuild index c7d25bb2dccb..cbab2bace711 100644 --- a/games-simulation/senken/senken-0.3.0.ebuild +++ b/games-simulation/senken/senken-0.3.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-simulation/senken/senken-0.3.0.ebuild,v 1.5 2005/05/09 14:02:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/senken/senken-0.3.0.ebuild,v 1.6 2006/02/22 22:04:37 tupone Exp $ inherit games @@ -13,12 +13,9 @@ SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="nls" -RDEPEND="virtual/x11 - >=x11-libs/gtk+-2 +DEPEND=">=x11-libs/gtk+-2 >=media-libs/libsdl-1.2.4 media-libs/sdl-image" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" src_unpack() { unpack ${A} |