dev-python/cookies: added amd64 and prefix arches
authorSébastien Fabbro <bicatali@gentoo.org>
Sat, 29 Jul 2017 19:43:36 +0000 (19:43 +0000)
committerSébastien Fabbro <bicatali@gentoo.org>
Mon, 31 Jul 2017 18:11:49 +0000 (18:11 +0000)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/cookies/cookies-2.2.1.ebuild

index 9fa792b0ddf7a776460f11b2ffd7ea6f900589e4..fe9f88b08eeeaa5042e80200ab57f841f06cd09f 100644 (file)
@@ -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}] )