diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-02-22 19:03:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-02-22 19:03:05 +0000 |
commit | bc2e9c61f11b8c49f3a18de34cffb89c314e2996 (patch) | |
tree | 445f8b0dd361a4e881f26014ec495f4b86b13910 /games-board/gtkboard | |
parent | Fix gtk+ dependencies. Bug #355761 (diff) | |
download | gentoo-2-bc2e9c61f11b8c49f3a18de34cffb89c314e2996.tar.gz gentoo-2-bc2e9c61f11b8c49f3a18de34cffb89c314e2996.tar.bz2 gentoo-2-bc2e9c61f11b8c49f3a18de34cffb89c314e2996.zip |
slot dep for gtk+
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-board/gtkboard')
-rw-r--r-- | games-board/gtkboard/gtkboard-0.11_pre0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0.ebuild index 1ed5d44c00a3..187185df36d5 100644 --- a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild +++ b/games-board/gtkboard/gtkboard-0.11_pre0.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-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.16 2010/05/24 14:59:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.17 2011/02/22 19:03:05 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="gnome" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 media-libs/libsdl[audio] media-libs/sdl-mixer[vorbis] gnome? ( gnome-base/libgnomeui )" |