diff options
author | 2011-03-01 07:20:13 +0000 | |
---|---|---|
committer | 2011-03-01 07:20:13 +0000 | |
commit | 8751f31afa6a2c69a493d7bc9bbfed01e3f67021 (patch) | |
tree | 78c6b884cd1d7e73aabc780332ab51647f9256be /games-simulation/senken | |
parent | Readded accidentally dropped ~ppc (diff) | |
download | gentoo-2-8751f31afa6a2c69a493d7bc9bbfed01e3f67021.tar.gz gentoo-2-8751f31afa6a2c69a493d7bc9bbfed01e3f67021.tar.bz2 gentoo-2-8751f31afa6a2c69a493d7bc9bbfed01e3f67021.zip |
slot gtk+ dep
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-simulation/senken')
-rw-r--r-- | games-simulation/senken/senken-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/senken/senken-0.3.0.ebuild b/games-simulation/senken/senken-0.3.0.ebuild index c6ae16b3a975..4b019cfe961d 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-2010 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.9 2010/03/04 00:54:33 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/senken/senken-0.3.0.ebuild,v 1.10 2011/03/01 07:20:13 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="nls" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 >=media-libs/libsdl-1.2.4 media-libs/sdl-image nls? ( virtual/libintl )" |