Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.7.1.ebuild
Date: Mon, 07 Feb 2011 16:50:51
Message-Id: 20110207165041.E309C20054@flycatcher.gentoo.org
1 ssuominen 11/02/07 16:50:41
2
3 Modified: libnotify-0.7.1.ebuild
4 Log:
5 Fix this even more. Sorry about the fourth commit on the same matter.
6
7 (Portage version: 2.2.0_alpha20/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 x11-libs/libnotify/libnotify-0.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild?r1=1.5&r2=1.6
15
16 Index: libnotify-0.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libnotify-0.7.1.ebuild 7 Feb 2011 16:19:54 -0000 1.5
23 +++ libnotify-0.7.1.ebuild 7 Feb 2011 16:50:41 -0000 1.6
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/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.5 2011/02/07 16:19:54 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.6 2011/02/07 16:50:41 ssuominen Exp $
29
30 EAPI=3
31 inherit autotools eutils gnome.org
32 @@ -50,6 +50,7 @@
33 econf \
34 --disable-static \
35 --disable-dependency-tracking \
36 + $(use_enable introspection) \
37 $(use_enable test tests)
38 }