aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-10 01:57:35 +0000
committerSam James <sam@gentoo.org>2021-08-01 03:38:37 +0100
commitb27290e15d077e852be76bdf4e9627c9a84653a9 (patch)
tree4265068630a9ff3dd3aa19ea69c34e6ec9f9907b /ebuild-writing
parentebuild-writing/functions/src_compile/building: minor phrasing fix (diff)
downloaddevmanual-b27290e15d077e852be76bdf4e9627c9a84653a9.tar.gz
devmanual-b27290e15d077e852be76bdf4e9627c9a84653a9.tar.bz2
devmanual-b27290e15d077e852be76bdf4e9627c9a84653a9.zip
ebuild-writing/common-mistakes: mention using latest EAPI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/common-mistakes/text.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index 2313c50..23935be 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -477,6 +477,20 @@ at least when the ebuild hits the stable branch.
</p>
</body>
</subsection>
+
+<subsection>
+<title>Not using latest EAPI</title>
+<body>
+
+<p>
+Often, user-submitted ebuilds do not use the latest EAPI and may even
+be several versions behind. EAPIs bring new helper functions and improved
+methods for completing common tasks. It's recommended that submitted ebuilds
+use the latest EAPI possible (subject to eclass constraints) to improve
+the ebuild's quality and ease review.
+</p>
+</body>
+</subsection>
</section>