Make the EAPI text more neutral.
authorPetteri Räty <betelgeuse@gentoo.org>
Fri, 14 Mar 2008 02:22:02 +0000 (02:22 +0000)
committerPetteri Räty <betelgeuse@gentoo.org>
Fri, 14 Mar 2008 02:22:02 +0000 (02:22 +0000)
skel.ebuild

index 5cef70d6704b8770883a53b4c806505a9a11b639..3dea292ef79c2601a9ede16ff573207f6c5d8522 100644 (file)
 
 # The EAPI variable tells the ebuild format in use.
 # Defaults to 0 if not specified. The current PMS draft contains details on
-# a proposed EAPI=0 definition but is not finalized yet. It is for this
-# reason that using EAPI > 0 should be avoided.
+# 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 
+# Ebuilds should not define EAPI > 0 unless they absolutely need to use
 # features added in that version.
 #EAPI=0