diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-16 20:29:26 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-16 20:29:26 +0200 |
commit | f7a4fbc8450364d97ba9bc4808e0d90f7c0dc859 (patch) | |
tree | d84794c42fe1853cddff37bfd7865c971be71afd /dev-python/tomlkit | |
parent | dev-python/lark-parser: Keyword 0.11.3 hppa, #831182 (diff) | |
download | gentoo-f7a4fbc8450364d97ba9bc4808e0d90f7c0dc859.tar.gz gentoo-f7a4fbc8450364d97ba9bc4808e0d90f7c0dc859.tar.bz2 gentoo-f7a4fbc8450364d97ba9bc4808e0d90f7c0dc859.zip |
dev-python/tomlkit: Keyword 0.8.0 hppa, #831182
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/tomlkit')
-rw-r--r-- | dev-python/tomlkit/tomlkit-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tomlkit/tomlkit-0.8.0.ebuild b/dev-python/tomlkit/tomlkit-0.8.0.ebuild index 4f5efac12e87..0957868430fb 100644 --- a/dev-python/tomlkit/tomlkit-0.8.0.ebuild +++ b/dev-python/tomlkit/tomlkit-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~hppa" BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" |