diff options
author | Dror Levin <spatz@gentoo.org> | 2010-04-07 21:43:04 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-04-07 21:43:04 +0000 |
commit | 40ff1cae15a2b0f3d2388ba0679ce50deaf359fb (patch) | |
tree | 3882e82f78dfc9a866142e16a286ee2caa20fb24 /skel.ebuild | |
parent | plugdev is created by hal, use usb group by default instead (diff) | |
download | gentoo-2-40ff1cae15a2b0f3d2388ba0679ce50deaf359fb.tar.gz gentoo-2-40ff1cae15a2b0f3d2388ba0679ce50deaf359fb.tar.bz2 gentoo-2-40ff1cae15a2b0f3d2388ba0679ce50deaf359fb.zip |
Remove archaic comment warning about setting EAPI in ebuilds.
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild index 74215ba88a3d..32eb1ad77e15 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -15,8 +15,6 @@ # Defaults to 0 if not specified. The current PMS draft contains details on # a proposed EAPI=0 definition but is not finalized yet. # Eclasses will test for this variable if they need to use EAPI > 0 features. -# 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 |