From: Ned Ludd Date: Thu, 13 Mar 2008 22:58:52 +0000 (+0000) Subject: - pretty sure I removed this already. Anyway EAPI=1 is not a standard. We are not... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=94ac31906a45381aed94b3c9a04e6ce8043018f0;p=gentoo.git - pretty sure I removed this already. Anyway EAPI=1 is not a standard. We are not linksys. We dont encourage the use of draft specs. Dont use it. --- diff --git a/skel.ebuild b/skel.ebuild index 0d306700e794..97c815f25c0f 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -11,13 +11,6 @@ # will be committed to cvs, the details on that line will be automatically # generated to contain the correct data. -# The EAPI variable tells the ebuild format in use. -# Defaults to 0 if not specified. See current PMS draft for more details. -# Eclasses will test for this variable if they need to use EAPI > 0 features. -# Ebuilds should not define EAPI=1 unless they need to use features added -# in that version. -#EAPI=1 - # inherit lists eclasses to inherit functions from. Almost all ebuilds should # inherit eutils, as a large amount of important functionality has been # moved there. For example, the $(get_libdir) mentioned below wont work