Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/conspire: conspire-1.0.1.ebuild
Date: Sat, 05 Feb 2011 17:40:44
Message-Id: 20110205174035.139BC20054@flycatcher.gentoo.org
1 ssuominen 11/02/05 17:40:35
2
3 Modified: conspire-1.0.1.ebuild
4 Log:
5 Missing gnutls depend too.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-irc/conspire/conspire-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/conspire/conspire-1.0.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/conspire/conspire-1.0.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/conspire/conspire-1.0.1.ebuild?r1=1.2&r2=1.3
15
16 Index: conspire-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-1.0.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- conspire-1.0.1.ebuild 5 Feb 2011 17:38:40 -0000 1.2
23 +++ conspire-1.0.1.ebuild 5 Feb 2011 17:40:34 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-1.0.1.ebuild,v 1.2 2011/02/05 17:38:40 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/conspire/conspire-1.0.1.ebuild,v 1.3 2011/02/05 17:40:34 ssuominen Exp $
29
30 EAPI=2
31 inherit eutils
32 @@ -24,6 +24,7 @@
33 x11-libs/libnotify
34 x11-libs/libsexy
35 dbus? ( >=dev-libs/dbus-glib-0.88 )
36 + gnutls? ( net-libs/gnutls )
37 python? ( >=dev-lang/python-2.2 )"
38 DEPEND="${RDEPEND}
39 dev-util/pkgconfig