Bug 34611 - USE="acl" emerge vim not possible on sparc
Bug#: 34611 Product:  Gentoo Linux Version: unspecified Platform: Sparc
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: TEST-REQUEST Assigned To: vim@gentoo.org Reported By: ciaran.mccreesh@googlemail.com
Component: Ebuilds
URL: 
Summary: USE="acl" emerge vim not possible on sparc
Keywords:  
Status Whiteboard: 
Opened: 2003-11-28 04:27 0000
Description:   Opened: 2003-11-28 04:27 0000
If USE="acl" is enabled, vim (and gvim and kvim) DEPEND upon sys-apps/acl .
Unfortunately, acl isn't stable on sparc (or several other archs for that
matter). Not sure what the best way to handle this is.

I can't even get acl to compile on sparc, so keywording stable doesn't seem to
be an option. Suggestions?

------- Comment #1 From Jason Wever (RETIRED) 2003-11-28 10:27:42 0000 -------
Fixed

Basically, this as well as attr was setting PKG_PLATFORM to sparc-unknown-linux-gnu or sparc64-unknown-linux-gnu in include/builddefs.  When comparing it to an x86 host, they had it set to linux, so I touched up all the ebuilds with a little sed-fu to fix this and they build happily.

How well they work is an entirely different question :-P