summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-03-14 02:22:02 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-03-14 02:22:02 +0000
commit6ca5ede46fcc83ae930a842465929640f7b27383 (patch)
treeb92b6bcfd30b2c592974ab3b9dfc8f566571a5ae /skel.ebuild
parentInitial commit (diff)
downloadhistorical-6ca5ede46fcc83ae930a842465929640f7b27383.tar.gz
historical-6ca5ede46fcc83ae930a842465929640f7b27383.tar.bz2
historical-6ca5ede46fcc83ae930a842465929640f7b27383.zip
Make the EAPI text more neutral.
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 5cef70d6704b..3dea292ef79c 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -13,10 +13,9 @@
# 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