- clarify exactly when EAPI > 0 should and should not be used. solar/Betelgeuse
authorNed Ludd <solar@gentoo.org>
Fri, 14 Mar 2008 01:47:23 +0000 (01:47 +0000)
committerNed Ludd <solar@gentoo.org>
Fri, 14 Mar 2008 01:47:23 +0000 (01:47 +0000)
skel.ebuild

index 0d306700e794dc57b0bb13cccdf80c75daadef60..5cef70d6704b8770883a53b4c806505a9a11b639 100644 (file)
 # 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.
+# Defaults to 0 if not specified. The current PMS draft contains details on
+# a proposed EAPI=0 definition but is not finalized yet. It is for this
+# reason that using EAPI > 0 should be avoided.
 # 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
+# Ebuilds should not define EAPI > 0 unless they absolutely need to use 
+# features added in that version.
+#EAPI=0
 
 # inherit lists eclasses to inherit functions from. Almost all ebuilds should
 # inherit eutils, as a large amount of important functionality has been