aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-03-22 19:21:54 +0100
committerUlrich Müller <ulm@gentoo.org>2018-03-22 19:21:54 +0100
commit168baec3a5f9ed98688b8d64e6ee303261b4e57a (patch)
tree2f1e15eba247d0b09c7322ab317f0212571c1754
parentFix segmentation fault on sparc, bug 647238. (diff)
downloademacs-patches-168baec3a5f9ed98688b8d64e6ee303261b4e57a.tar.gz
emacs-patches-168baec3a5f9ed98688b8d64e6ee303261b4e57a.tar.bz2
emacs-patches-168baec3a5f9ed98688b8d64e6ee303261b4e57a.zip
README: eapply doesn't support arch specific patches.
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index b2e8498..b16f91b 100644
--- a/README
+++ b/README
@@ -13,6 +13,5 @@ The patches are kept in the following Git repository, master branch:
Patch naming follows this convention:
<number>_<arch>_<description>.patch
The <number> is used for consistent patch ordering. The <arch> field
-corresponds to the host architecture, or has a value of "all" if the
-patch should be applied for everyone. (Using values other than "all"
-is strongly discouraged.)
+is ignored but should be "all" for backward compatibility. (Applying
+patches only for a specific architecture is not supported any more.)