From cc9911ce6b1dfec07c21e1a2d98528e451e4df87 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 20 Mar 2021 11:41:42 +0100 Subject: CONTRIBUTING.md: update accepted EAPIs Signed-off-by: Andrew Ammerlaan --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c4ba5879..f46087c06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,7 +101,7 @@ If you would like to get direct access to the overlay, prove some contribution a ## Ebuild recommendations As the Gentoo Science overlay is a constant work-in-progress, we have some recommendations for prospective contributors: -* **Aim for writing EAPI=6 ebuilds.** For certain eclasses, EAPI=6 is not allowed yet. In such cases you may use EAPI=5. We will not accept EAPI<5 ebuilds. +* **Aim for writing EAPI=7 ebuilds.** For certain eclasses, EAPI=7 is not allowed yet. In such cases you may use EAPI=6. We will not accept EAPI<6 ebuilds. * **Version bumps should always follow the latest guidelines.** For instance, a version bump of an ebuild that still employs autotools-utils.eclass should be avoided. Instead, drop 'autotools-utils', move to 'autotools' and call `default` followed by `eautoreconf` in src_prepare(). ---- -- cgit v1.2.3