Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/gtkboard: gtkboard-0.11_pre0.ebuild
Date: Tue, 22 Feb 2011 19:03:15
Message-Id: 20110222190305.2DF6620054@flycatcher.gentoo.org
1 mr_bones_ 11/02/22 19:03:05
2
3 Modified: gtkboard-0.11_pre0.ebuild
4 Log:
5 slot dep for gtk+
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.17 games-board/gtkboard/gtkboard-0.11_pre0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?r1=1.16&r2=1.17
15
16 Index: gtkboard-0.11_pre0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- gtkboard-0.11_pre0.ebuild 24 May 2010 14:59:29 -0000 1.16
23 +++ gtkboard-0.11_pre0.ebuild 22 Feb 2011 19:03:05 -0000 1.17
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=2
31 inherit eutils games
32 @@ -15,7 +15,7 @@
33 KEYWORDS="amd64 ppc x86"
34 IUSE="gnome"
35
36 -RDEPEND=">=x11-libs/gtk+-2
37 +RDEPEND="x11-libs/gtk+:2
38 media-libs/libsdl[audio]
39 media-libs/sdl-mixer[vorbis]
40 gnome? ( gnome-base/libgnomeui )"