Petteri Räty schrieb:
solar reported that he had ebuild submissions blindly using EAPI=1 so we hopefully made the text better reflect that it should not be used unless absolutely needed.

Regards,
Petteri
# 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
+# Ebuilds should not define EAPI > 0 unless they absolutely need to use
+# features added in that version.
+#EAPI=0
This is misleading. You should not use the term "EAPI > 0" here, because ebuild writers will think, that the variable can be tested this way, which is wrong.
Although for ebuilds this isn't really important, it still is wrong. ;)

Bernd
--
gentoo-dev@lists.gentoo.org mailing list

Reply via email to