diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 00:06:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 00:06:46 +0000 |
commit | f45d9fa74b74bce1b89e29ff8017e86e763867f2 (patch) | |
tree | 959592656a7a3db5853ccadce0136d2446cd0061 /dev-python/prettytable/prettytable-2.0.0.ebuild | |
parent | dev-python/cheetah3: Keyword 3.2.6 arm, #728612 (diff) | |
download | gentoo-f45d9fa74b74bce1b89e29ff8017e86e763867f2.tar.gz gentoo-f45d9fa74b74bce1b89e29ff8017e86e763867f2.tar.bz2 gentoo-f45d9fa74b74bce1b89e29ff8017e86e763867f2.zip |
dev-python/prettytable: Keyword 2.0.0 arm, #728612
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/prettytable/prettytable-2.0.0.ebuild')
-rw-r--r-- | dev-python/prettytable/prettytable-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/prettytable/prettytable-2.0.0.ebuild b/dev-python/prettytable/prettytable-2.0.0.ebuild index 0bce09b3a5ed..aee9d052782b 100644 --- a/dev-python/prettytable/prettytable-2.0.0.ebuild +++ b/dev-python/prettytable/prettytable-2.0.0.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 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc64 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/wcwidth[${PYTHON_USEDEP}] |