From: Sébastien Fabbro Date: Sat, 29 Jul 2017 19:43:36 +0000 (+0000) Subject: dev-python/cookies: added amd64 and prefix arches X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=77afc02c442f517348a6da2c36b06a0d485a9cf7;p=gentoo.git dev-python/cookies: added amd64 and prefix arches Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/dev-python/cookies/cookies-2.2.1.ebuild b/dev-python/cookies/cookies-2.2.1.ebuild index 9fa792b0ddf7..fe9f88b08eee 100644 --- a/dev-python/cookies/cookies-2.2.1.ebuild +++ b/dev-python/cookies/cookies-2.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) inherit distutils-r1 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )