diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:02:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:03:29 +0200 |
commit | d1199f389e8597e8fa31548ea860822ed1b3ffc4 (patch) | |
tree | 02cbea546e3f546efa94de6f0a4b96e8f9c5cfac /dev-python/uncertainties | |
parent | app-vim/vim-tmux: [QA] Fix duplicate keywords (diff) | |
download | gentoo-d1199f389e8597e8fa31548ea860822ed1b3ffc4.tar.gz gentoo-d1199f389e8597e8fa31548ea860822ed1b3ffc4.tar.bz2 gentoo-d1199f389e8597e8fa31548ea860822ed1b3ffc4.zip |
dev-python/uncertainties: Fix duplicate keywords
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/uncertainties')
-rw-r--r-- | dev-python/uncertainties/uncertainties-3.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uncertainties/uncertainties-3.0.1.ebuild b/dev-python/uncertainties/uncertainties-3.0.1.ebuild index e6d408a79b38..afeaffaa8632 100644 --- a/dev-python/uncertainties/uncertainties-3.0.1.ebuild +++ b/dev-python/uncertainties/uncertainties-3.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" |