diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 00:07:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 00:07:00 +0000 |
commit | c83b1d255a375159ddd852c0bb1c591289624451 (patch) | |
tree | 3ac8bd971c8a2661c1b3aaf58f69c8a2c45ec593 /dev-python/ddt | |
parent | dev-python/GitPython: Keyword 3.1.12 arm, #728612 (diff) | |
download | gentoo-c83b1d255a375159ddd852c0bb1c591289624451.tar.gz gentoo-c83b1d255a375159ddd852c0bb1c591289624451.tar.bz2 gentoo-c83b1d255a375159ddd852c0bb1c591289624451.zip |
dev-python/ddt: Keyword 1.2.2 arm, #728612
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/ddt')
-rw-r--r-- | dev-python/ddt/ddt-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ddt/ddt-1.2.2.ebuild b/dev-python/ddt/ddt-1.2.2.ebuild index 70b7e9257aa1..a38634a44c73 100644 --- a/dev-python/ddt/ddt-1.2.2.ebuild +++ b/dev-python/ddt/ddt-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/datadriventests/ddt/archive/${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm64 x86" +KEYWORDS="amd64 ~arm arm64 x86" IUSE="test" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |