dev-python/packaging: Copy ~arch keywords from setuptools

Add ~arch keywords copied from dev-python/setuptools. As Arfrever has
pointed out, dev-python/packaging is pretty much the code split out of
dev-python/setuptools so there was no strong reason to start with empty
keywords.

Keep reduced keywords on 15.3-r2 with python3.5 support until all
dependencies are fixed.
This commit is contained in:
Michał Górny
2015-10-13 22:27:44 +02:00
parent a0072d7220
commit 2c3c4cfd35
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND=""