aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-20 11:41:42 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-20 11:42:18 +0100
commitcc9911ce6b1dfec07c21e1a2d98528e451e4df87 (patch)
tree0732f82a1a912d1a1b91ceefbd512f148457b672
parentsci-mathematics/acl2: drop old (diff)
downloadsci-cc9911ce6b1dfec07c21e1a2d98528e451e4df87.tar.gz
sci-cc9911ce6b1dfec07c21e1a2d98528e451e4df87.tar.bz2
sci-cc9911ce6b1dfec07c21e1a2d98528e451e4df87.zip
CONTRIBUTING.md: update accepted EAPIs
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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().
----