Reinstate note about the correct setting of EAPI. It was added for a good reason...
authorStephen Bennett <spb@gentoo.org>
Thu, 13 Mar 2008 23:05:53 +0000 (23:05 +0000)
committerStephen Bennett <spb@gentoo.org>
Thu, 13 Mar 2008 23:05:53 +0000 (23:05 +0000)
skel.ebuild

index 97c815f25c0f5815d8e4896c70648d2ffb03548c..0d306700e794dc57b0bb13cccdf80c75daadef60 100644 (file)
 # 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