Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vinagre: vinagre-0.5.0.ebuild
Date: Tue, 25 Mar 2008 16:23:41
Message-Id: E1JeBvz-0003bq-PF@stork.gentoo.org
1 eva 08/03/25 16:23:35
2
3 Modified: vinagre-0.5.0.ebuild
4 Log:
5 fix FEATURES="test", bug #214722
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 net-misc/vinagre/vinagre-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild?r1=1.3&r2=1.4
14
15 Index: vinagre-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- vinagre-0.5.0.ebuild 25 Mar 2008 16:16:54 -0000 1.3
22 +++ vinagre-0.5.0.ebuild 25 Mar 2008 16:23:35 -0000 1.4
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/net-misc/vinagre/vinagre-0.5.0.ebuild,v 1.3 2008/03/25 16:16:54 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-0.5.0.ebuild,v 1.4 2008/03/25 16:23:35 eva Exp $
28
29 inherit gnome2 eutils
30
31 @@ -10,7 +10,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
35 -IUSE="avahi"
36 +IUSE="avahi test"
37
38 RDEPEND=">=dev-libs/glib-2.15.3
39 >=x11-libs/gtk+-2.12
40 @@ -24,7 +24,8 @@
41 >=dev-util/pkgconfig-0.9
42 >=dev-util/intltool-0.35
43 app-text/scrollkeeper
44 - app-text/gnome-doc-utils"
45 + app-text/gnome-doc-utils
46 + test? ( ~app-text/docbook-xml-dtd-4.3 )"
47
48 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
49
50
51
52
53 --
54 gentoo-commits@l.g.o mailing list