summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-04-07 21:43:04 +0000
committerDror Levin <spatz@gentoo.org>2010-04-07 21:43:04 +0000
commit40ff1cae15a2b0f3d2388ba0679ce50deaf359fb (patch)
tree3882e82f78dfc9a866142e16a286ee2caa20fb24 /skel.ebuild
parentplugdev is created by hal, use usb group by default instead (diff)
downloadgentoo-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.ebuild2
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