diff options
author | 2017-02-22 16:05:23 +0100 | |
---|---|---|
committer | 2017-02-22 16:05:23 +0100 | |
commit | b94221d9cde2e421dee90c59f5d5f77ad2521a54 (patch) | |
tree | fc1f312f3f89b90a286e79bc30b43731dce4c6e8 /dev-python/joblib | |
parent | dev-python/requests-oauthlib: amd64 stable wrt bug #606324 (diff) | |
download | gentoo-b94221d9cde2e421dee90c59f5d5f77ad2521a54.tar.gz gentoo-b94221d9cde2e421dee90c59f5d5f77ad2521a54.tar.bz2 gentoo-b94221d9cde2e421dee90c59f5d5f77ad2521a54.zip |
dev-python/joblib: amd64 stable wrt bug #606200
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/joblib')
-rw-r--r-- | dev-python/joblib/joblib-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/joblib/joblib-0.10.0.ebuild b/dev-python/joblib/joblib-0.10.0.ebuild index b15a18501938..9ed576c5abd0 100644 --- a/dev-python/joblib/joblib-0.10.0.ebuild +++ b/dev-python/joblib/joblib-0.10.0.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 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" DEPEND=" |