diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-17 17:34:20 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-17 17:36:16 +0200 |
commit | 69393742505d7d25ad39a143fb17cd9b3291b2b6 (patch) | |
tree | 1b3b34a00f45774dc7753177c66aa892e61e2fb6 /dev-python/jaraco-collections | |
parent | dev-python/jaraco-classes: amd64 stable wrt bug #606192 (diff) | |
download | gentoo-69393742505d7d25ad39a143fb17cd9b3291b2b6.tar.gz gentoo-69393742505d7d25ad39a143fb17cd9b3291b2b6.tar.bz2 gentoo-69393742505d7d25ad39a143fb17cd9b3291b2b6.zip |
dev-python/jaraco-collections: amd64 stable wrt bug #606192
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-collections')
-rw-r--r-- | dev-python/jaraco-collections/jaraco-collections-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-collections/jaraco-collections-1.5.ebuild b/dev-python/jaraco-collections/jaraco-collections-1.5.ebuild index e60d64f1c96e..e735b96332d8 100644 --- a/dev-python/jaraco-collections/jaraco-collections-1.5.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc test" PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]" |