Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in /: skel.ebuild
Date: Sun, 01 Jan 2012 02:30:39
Message-Id: 20120101023027.46AE12004C@flycatcher.gentoo.org
1 ulm 12/01/01 02:30:27
2
3 Modified: skel.ebuild
4 Log:
5 Typo.
6
7 Revision Changes Path
8 1.61 skel.ebuild
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/skel.ebuild?rev=1.61&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/skel.ebuild?rev=1.61&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/skel.ebuild?r1=1.60&r2=1.61
13
14 Index: skel.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/skel.ebuild,v
17 retrieving revision 1.60
18 retrieving revision 1.61
19 diff -u -r1.60 -r1.61
20 --- skel.ebuild 17 Aug 2011 19:28:30 -0000 1.60
21 +++ skel.ebuild 1 Jan 2012 02:30:27 -0000 1.61
22 @@ -13,7 +13,7 @@
23
24 # The EAPI variable tells the ebuild format in use.
25 # Defaults to 0 if not specified.
26 -# It is suggested that you the latest EAPI approved by the Council.
27 +# It is suggested that you use the latest EAPI approved by the Council.
28 # The PMS contains specifications for all EAPIs. Eclasses will test for this
29 # variable if they need to use EAPI > 0 features.
30 EAPI=4