civodul pushed a commit to tag 1.8
in repository guix.
commit 69f91e36453d3cda6ea28b6a0567d4ffcdcaaf9d
Author: Eelco Dolstra <[email protected]>
Date: Thu Nov 20 13:52:17 2014 +0100
Don't claim FreeBSD support
---
doc/manual/installation/supported-platforms.xml | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/doc/manual/installation/supported-platforms.xml
b/doc/manual/installation/supported-platforms.xml
index a31c643..3f76d08 100644
--- a/doc/manual/installation/supported-platforms.xml
+++ b/doc/manual/installation/supported-platforms.xml
@@ -10,12 +10,13 @@
<itemizedlist>
- <listitem><para>Linux (particularly on x86, x86_64, and
- PowerPC).</para></listitem>
+ <listitem><para>Linux (i686, x86_64).</para></listitem>
- <listitem><para>Mac OS X.</para></listitem>
+ <listitem><para>Mac OS X (x86_64).</para></listitem>
+ <!--
<listitem><para>FreeBSD (only tested on Intel).</para></listitem>
+ -->
<!--
<listitem><para>Windows through <link
@@ -35,4 +36,4 @@
<para>Nix is pretty portable, so it should work on most other Unix
platforms as well.</para>
-</chapter>
\ No newline at end of file
+</chapter>