Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487670 - Enable x64-macos keyword for package that has x86-macos keyword enabled
Summary: Enable x64-macos keyword for package that has x86-macos keyword enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-11 18:01 UTC by yegle
Modified: 2013-10-22 14:32 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 yegle 2013-10-11 18:01:28 UTC
I found many packages has x86-macos keyword enabled but not x64-macos especially in dev-python category.

grep ^KEYWORDS $EPREFIX/usr/portage/dev-python -R|grep x86-macos|grep -v x64-macos|awk -F: '{print $1}'

I think it's pretty safe to just add ~x64-macos keyword to these package.

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2013-10-22 11:30:08 UTC
slightly modified:

% grep -R ^KEYWORDS * | grep -F x86-macos | grep -v x64-macos | awk -F/ '{print "dev-python/" $1}' | uniq
dev-python/beautifulsoup
dev-python/boto
dev-python/buildutils
dev-python/celementtree
dev-python/chardet
dev-python/cheetah
dev-python/cherrypy
dev-python/clientcookie
dev-python/cython
dev-python/decoratortools
dev-python/django
dev-python/egenix-mx-base
dev-python/elementtree
dev-python/epydoc
dev-python/flup
dev-python/formencode
dev-python/fpconst
dev-python/genshi
dev-python/kid
dev-python/lxml
dev-python/m2crypto
dev-python/markdown
dev-python/mechanize
dev-python/medusa
dev-python/mocker
dev-python/networkx
dev-python/numeric
dev-python/paste
dev-python/pastescript
dev-python/py
dev-python/pychecker
dev-python/pycmd
dev-python/pyflakes
dev-python/pyprotocols
dev-python/pyrex
dev-python/pytest
dev-python/python-docs
dev-python/python-memcached
dev-python/routes
dev-python/ruledispatch
dev-python/sip
dev-python/six
dev-python/soappy
dev-python/sqlobject
dev-python/turbojson
dev-python/webhelpers
dev-python/webob
dev-python/werkzeug
dev-python/wstools
Comment 2 Fabian Groffen gentoo-dev 2013-10-22 14:32:09 UTC
done