diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-06 16:49:38 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-06 17:22:46 +0100 |
commit | df97cb7cd5dd5c8f6f5550234143dff6ecda22d7 (patch) | |
tree | fd039e7965777718bffb86271cc7a32fa53b341d /dev-python/joblib | |
parent | dev-util/intltool: x86 stable (bug #614698) (diff) | |
download | gentoo-df97cb7cd5dd5c8f6f5550234143dff6ecda22d7.tar.gz gentoo-df97cb7cd5dd5c8f6f5550234143dff6ecda22d7.tar.bz2 gentoo-df97cb7cd5dd5c8f6f5550234143dff6ecda22d7.zip |
dev-python/joblib: x86 stable (bug #636878)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/joblib')
-rw-r--r-- | dev-python/joblib/joblib-0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/joblib/joblib-0.11.ebuild b/dev-python/joblib/joblib-0.11.ebuild index 065e553278e6..e1cb951dab7f 100644 --- a/dev-python/joblib/joblib-0.11.ebuild +++ b/dev-python/joblib/joblib-0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,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=" |