fix some typos

This commit is contained in:
Andreas Billmeier 2019-11-01 20:19:14 +01:00
parent 852328e5b1
commit cf5d396d26
9 changed files with 14 additions and 17 deletions

View File

@ -26,9 +26,6 @@ DEPEND="${RDEPEND}
test? (
>=dev-python/fs-0.5[${PYTHON_USEDEP}]
<dev-python/fs-2[${PYTHON_USEDEP}]
dev-python/gdata[$(python_gen_usedep 'python2*')]
dev-python/keyczar[$(python_gen_usedep 'python2*')]
dev-python/pycrypto[$(python_gen_usedep 'python*')]
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
)"

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1