summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-11-12 23:12:27 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-11-12 23:12:27 +0000
commitfe9b078e7f2e76d7ebf131d95b3f160b6aeb9f24 (patch)
treebb002b0473f92a9c13869f12ba0088041ebbc347 /skel.ebuild
parentfilter jikes (diff)
downloadhistorical-fe9b078e7f2e76d7ebf131d95b3f160b6aeb9f24.tar.gz
historical-fe9b078e7f2e76d7ebf131d95b3f160b6aeb9f24.tar.bz2
historical-fe9b078e7f2e76d7ebf131d95b3f160b6aeb9f24.zip
Add notes about EAPI to skel.ebuild
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 5920b0f8b440..b52494b74ece 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