aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-09-07 11:12:55 +0300
committerJoonas Niilola <juippis@gentoo.org>2021-09-24 14:59:38 +0300
commitdcde372b99383c87ffe2fed23061f9f42b61b101 (patch)
treed2621a3566446df632b149b63107ce8ace9ff987 /general-concepts/ebuild-revisions
parentgeneral-concepts/ebuild-revisions: clarify the automagic dep detection (diff)
downloaddevmanual-dcde372b99383c87ffe2fed23061f9f42b61b101.tar.gz
devmanual-dcde372b99383c87ffe2fed23061f9f42b61b101.tar.bz2
devmanual-dcde372b99383c87ffe2fed23061f9f42b61b101.zip
general-concepts/ebuild-revisions: mention EAPI bump
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'general-concepts/ebuild-revisions')
-rw-r--r--general-concepts/ebuild-revisions/text.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml
index 1bcd23f..f5e8be8 100644
--- a/general-concepts/ebuild-revisions/text.xml
+++ b/general-concepts/ebuild-revisions/text.xml
@@ -72,7 +72,11 @@ of thumb could be used as a guideline:
<li>fixing an automagic dependency detection from a build system,</li>
<li>
restricting a runtime dependency version, unless the <c>:=</c>
- subslot operator is going to trigger a rebuild.
+ subslot operator is going to trigger a rebuild,
+ </li>
+ <li>
+ changing the EAPI (unless changes to the ebuild are trivial, and you can be
+ sure it won't break stable or reverse dependencies).
</li>
</ul>