summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Bennett <spb@gentoo.org>2008-03-13 23:05:53 +0000
committerStephen Bennett <spb@gentoo.org>2008-03-13 23:05:53 +0000
commitb6652eb3c36e3274081a3ecbd597524009137620 (patch)
treeef0a1827d89ea48d421fa95bd683b1dee75fd818 /skel.ebuild
parent- pretty sure I removed this already. Anyway EAPI=1 is not a standard. We are... (diff)
downloadhistorical-b6652eb3c36e3274081a3ecbd597524009137620.tar.gz
historical-b6652eb3c36e3274081a3ecbd597524009137620.tar.bz2
historical-b6652eb3c36e3274081a3ecbd597524009137620.zip
Reinstate note about the correct setting of EAPI. It was added for a good reason; please don't be stupid enough to remove it again without good reason.
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 97c815f25c0f..0d306700e794 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -11,6 +11,13 @@
# 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