Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/openal: openal-1.14.ebuild
Date: Mon, 30 Jul 2012 20:12:13
Message-Id: 20120730201202.901D82004B@flycatcher.gentoo.org
1 ssuominen 12/07/30 20:12:02
2
3 Modified: openal-1.14.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-libs/openal/openal-1.14.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.14.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.14.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.14.ebuild?r1=1.1&r2=1.2
15
16 Index: openal-1.14.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.14.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- openal-1.14.ebuild 30 Jul 2012 20:10:00 -0000 1.1
23 +++ openal-1.14.ebuild 30 Jul 2012 20:12:02 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.14.ebuild,v 1.1 2012/07/30 20:10:00 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.14.ebuild,v 1.2 2012/07/30 20:12:02 ssuominen Exp $
29
30 EAPI=3
31 inherit cmake-utils
32 @@ -36,6 +36,6 @@
33 $(cmake-utils_use portaudio)
34 $(cmake-utils_use pulseaudio)
35 )
36 -
37 +
38 cmake-utils_src_configure
39 }