Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in /: skel.ebuild
Date: Fri, 30 Nov 2012 10:27:09
Message-Id: 20121130102657.3C61A20C65@flycatcher.gentoo.org
1 scarabeus 12/11/30 10:26:57
2
3 Modified: skel.ebuild
4 Log:
5 Set eapi5 as default in the skel.
6
7 Revision Changes Path
8 1.66 skel.ebuild
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/skel.ebuild?rev=1.66&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/skel.ebuild?rev=1.66&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/skel.ebuild?r1=1.65&r2=1.66
13
14 Index: skel.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/skel.ebuild,v
17 retrieving revision 1.65
18 retrieving revision 1.66
19 diff -u -r1.65 -r1.66
20 --- skel.ebuild 27 Oct 2012 20:53:02 -0000 1.65
21 +++ skel.ebuild 30 Nov 2012 10:26:57 -0000 1.66
22 @@ -16,7 +16,7 @@
23 # It is suggested that you use the latest EAPI approved by the Council.
24 # The PMS contains specifications for all EAPIs. Eclasses will test for this
25 # variable if they need to use EAPI > 0 features.
26 -EAPI=4
27 +EAPI=5
28
29 # inherit lists eclasses to inherit functions from. Almost all ebuilds should
30 # inherit eutils, as a large amount of important functionality has been