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 dev-libs/gdl: gdl-2.24.0.ebuild
Date: Fri, 02 Jan 2009 23:20:09
Message-Id: E1LItJH-0002qx-1l@stork.gentoo.org
1 mr_bones_ 09/01/02 23:20:07
2
3 Modified: gdl-2.24.0.ebuild
4 Log:
5 add missing doc use flag to IUSE
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.3 dev-libs/gdl/gdl-2.24.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild?r1=1.2&r2=1.3
14
15 Index: gdl-2.24.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gdl-2.24.0.ebuild 31 Dec 2008 06:29:00 -0000 1.2
22 +++ gdl-2.24.0.ebuild 2 Jan 2009 23:20:06 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild,v 1.2 2008/12/31 06:29:00 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild,v 1.3 2009/01/02 23:20:06 mr_bones_ Exp $
28
29 inherit gnome2
30
31 @@ -10,7 +10,7 @@
32 LICENSE="LGPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
35 -IUSE=""
36 +IUSE="doc"
37
38 RDEPEND=">=dev-libs/glib-2
39 >=x11-libs/gtk+-2.12