Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58721 - small patch to fix confusing order in Glep 22
Summary: small patch to fix confusing order in Glep 22
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-28 19:37 UTC by SpanKY
Modified: 2005-01-09 08:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2004-07-28 19:37:07 UTC
per our discussion on irc, the explained order of arch/kernel/userland/libc is different from the actual order KEYWORDS are supposed to be in

here's a patch:
Index: glep-0022.txt
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/glep/glep-0022.txt,v
retrieving revision 1.5
diff -u -b -B -r1.5 glep-0022.txt
--- glep-0022.txt       20 Jul 2004 18:15:17 -0000      1.5
+++ glep-0022.txt       29 Jul 2004 02:36:29 -0000
@@ -81,12 +81,12 @@
 
     ARCH: 
         x86, amd64, cobalt, mips64, arm, hppa, ia64, ppc64, sparc
+    KERNEL: 
+        linux, selinux, openbsd, freebsd, netbsd, macosx
     USERLAND: 
         gnu, bsd
     LIBC: 
         glibc, openbsd, freebsd, netbsd, macosx
-    KERNEL: 
-        linux, selinux, openbsd, freebsd, netbsd, macosx
 
 (The above examples are not meant to be complete.  Hurd, for example
 is not included because I know very little about Hurd.)
Comment 1 Grant Goodyear (RETIRED) gentoo-dev 2005-01-09 08:13:29 UTC
Finally fixing this bug.