Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: xulrunner-1.9.1.3-r1.ebuild
Date: Sun, 25 Oct 2009 19:09:09
Message-Id: E1N28Sg-00032x-OG@stork.gentoo.org
1 arfrever 09/10/25 19:09:06
2
3 Modified: xulrunner-1.9.1.3-r1.ebuild
4 Log:
5 Fix typo in elog message.
6 (Portage version: 14724-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-libs/xulrunner/xulrunner-1.9.1.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.3-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.3-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.3-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: xulrunner-1.9.1.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.3-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xulrunner-1.9.1.3-r1.ebuild 25 Oct 2009 16:25:57 -0000 1.1
22 +++ xulrunner-1.9.1.3-r1.ebuild 25 Oct 2009 19:09:06 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.3-r1.ebuild,v 1.1 2009/10/25 16:25:57 anarchy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.3-r1.ebuild,v 1.2 2009/10/25 19:09:06 arfrever Exp $
28
29 EAPI="2"
30 WANT_AUTOCONF="2.1"
31 @@ -58,10 +58,10 @@
32
33 if use sqlite ; then
34 elog "You are enabling system sqlite. Do not file a bug with gentoo if you have"
35 - elog "issues that arise from enabling system sqlite. All bugs will be concidered"
36 - elog "invalid. All patches are welcomed to fix any issues that might be found with"
37 + elog "issues that arise from enabling system sqlite. All bugs will be considered"
38 + elog "invalid. All patches are welcomed to fix any issues that might be found with"
39 elog "system sqlite. If you are starting with a fresh profile you can enable sqlite"
40 - elog "without any major issues."
41 + elog "without any major issues."
42 epause 10
43 fi
44 }