Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23177 - Remove "sparc64" from /etc/make.conf ACCEPT_KEYWORDS
Summary: Remove "sparc64" from /etc/make.conf ACCEPT_KEYWORDS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-20 08:42 UTC by Joe Kallar (RETIRED)
Modified: 2006-02-04 06:05 UTC (History)
1 user (show)

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


Attachments
Sparc make.conf (make.conf.sparc,12.74 KB, application/octet-stream)
2003-06-20 15:16 UTC, Joe Kallar (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Kallar (RETIRED) gentoo-dev 2003-06-20 08:42:50 UTC
Remove "sparc64" from /etc/make.conf. "sparc64" does not exist. The only valid
for sparc32/64 is ACCEPT_KEYWORDS="~sparc"

# would add '~x86' to ACCEPT_KEYWORDS to enable unstable/testing packages.
# '~ppc', '~sparc', 'sparc64' are the unstable KEYWORDS for their respective
# platforms.

Reproducible: Always
Steps to Reproduce:
1.edit /etc/make.conf
2.Insert ACCEPT_KEYWORDS="sparc64"
3.

Actual Results:  
emerge will not get unstable builds.

Expected Results:  
emerge should get unstable pacakges for SPARC.
Comment 1 Joe Kallar (RETIRED) gentoo-dev 2003-06-20 15:16:47 UTC
Created attachment 13615 [details]
Sparc make.conf

Line 92 was edited to remove "'~sparc64'", since that is non-existent.
Comment 2 Jason Wever (RETIRED) gentoo-dev 2003-06-24 07:08:45 UTC
Re-assigning this to carpaski as I believe all we can do has been done.