diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-02-11 08:25:33 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-02-11 08:25:33 +0100 |
commit | f3938f112383f20ecb090e10696b702ce76ef559 (patch) | |
tree | 23b2d5a05583c61a0ac0980ea2d3d6ffe1211137 /dev-python/tomlkit | |
parent | dev-python/poetry-core: ppc stable wrt bug #833092 (diff) | |
download | gentoo-f3938f112383f20ecb090e10696b702ce76ef559.tar.gz gentoo-f3938f112383f20ecb090e10696b702ce76ef559.tar.bz2 gentoo-f3938f112383f20ecb090e10696b702ce76ef559.zip |
dev-python/tomlkit: ppc stable wrt bug #833092
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/tomlkit')
-rw-r--r-- | dev-python/tomlkit/tomlkit-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tomlkit/tomlkit-0.8.0.ebuild b/dev-python/tomlkit/tomlkit-0.8.0.ebuild index c7541a181493..1d6d55cb5091 100644 --- a/dev-python/tomlkit/tomlkit-0.8.0.ebuild +++ b/dev-python/tomlkit/tomlkit-0.8.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" |