diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-02 20:00:42 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-02 20:01:32 +0100 |
commit | 721db928e0fcd46313c9a3eb09efbfe4f15ba5cd (patch) | |
tree | 373f7c56e76d5650c739d170a88ed58969b1dffd /dev-python/pytables | |
parent | sci-mathematics/pspp: x86 stable (bug #625724) (diff) | |
download | gentoo-721db928e0fcd46313c9a3eb09efbfe4f15ba5cd.tar.gz gentoo-721db928e0fcd46313c9a3eb09efbfe4f15ba5cd.tar.bz2 gentoo-721db928e0fcd46313c9a3eb09efbfe4f15ba5cd.zip |
dev-python/pytables: x86 stable (bug #673838)
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/pytables-3.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild index 4d78d0413dc6..265889bd4b0c 100644 --- a/dev-python/pytables/pytables-3.4.4.ebuild +++ b/dev-python/pytables/pytables-3.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ HOMEPAGE="https://www.pytables.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" LICENSE="BSD" IUSE="doc examples test" |