diff options
author | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-03-13 08:36:51 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-03-13 08:36:51 +0000 |
commit | 41a97a729ac31867564be2d34c2f9bda7fb0f596 (patch) | |
tree | 0d1d2e41be2d0bbacb1166a6157de54325fd266a /skel.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-41a97a729ac31867564be2d34c2f9bda7fb0f596.tar.gz gentoo-2-41a97a729ac31867564be2d34c2f9bda7fb0f596.tar.bz2 gentoo-2-41a97a729ac31867564be2d34c2f9bda7fb0f596.zip |
Revert previous commit. This was added to skel.ebuild after discussion on -dev@ ( http://thread.gmane.org/gmane.linux.gentoo.devel/52922/focus=52982 ). If you do not like it bring it up on -dev@ again.
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 7 |
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 |