aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan jr <phajdan.jr@gentoo.org>2010-03-14 11:32:12 +0100
committerPetteri Räty <betelgeuse@gentoo.org>2010-03-14 14:36:10 +0200
commit6cc24b2dabd9076873b8a2b96a33c8e302047501 (patch)
treeeeee04c68c8186e056e317cc6f878497535c89d8 /general-concepts/ebuild-revisions/text.xml
parentAdd myself to contributors (diff)
downloaddevmanual-6cc24b2dabd9076873b8a2b96a33c8e302047501.tar.gz
devmanual-6cc24b2dabd9076873b8a2b96a33c8e302047501.tar.bz2
devmanual-6cc24b2dabd9076873b8a2b96a33c8e302047501.zip
Make it clear that modifying stable ebuilds should be avoided.
Diffstat (limited to 'general-concepts/ebuild-revisions/text.xml')
-rw-r--r--general-concepts/ebuild-revisions/text.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml
index 8080ef2..9ddc39f 100644
--- a/general-concepts/ebuild-revisions/text.xml
+++ b/general-concepts/ebuild-revisions/text.xml
@@ -25,6 +25,12 @@ not affect the installed package for users who already managed to compile it.
Small documentation fixes are also usually not grounds for a new revision.
</p>
+<important>
+For ebuilds marked stable on at least one arch, only trivial edits can be made
+without a bump (e.g. typo fixes in elog messages). Even simple changes may
+result in a breakage. <b>Modifying stable ebuilds should be avoided.</b>
+</important>
+
<p>
When doing a revision bump, the usual rules about dropping to <c>~arch</c> apply.
See <uri link="::keywording#Keywording on Upgrades"/>.