diff options
author | 2021-11-14 23:48:48 +0000 | |
---|---|---|
committer | 2021-11-14 23:48:48 +0000 | |
commit | a528fb622fdbba530ee4e5cc77806f9c8bac1533 (patch) | |
tree | 976b33d35a9934642c0f6b69440a75adcfc5bcd6 /dev-python/pytest-datadir | |
parent | dev-python/cfn-lint: Keyword 0.56.0 arm, #822090 (diff) | |
download | gentoo-a528fb622fdbba530ee4e5cc77806f9c8bac1533.tar.gz gentoo-a528fb622fdbba530ee4e5cc77806f9c8bac1533.tar.bz2 gentoo-a528fb622fdbba530ee4e5cc77806f9c8bac1533.zip |
dev-python/pytest-datadir: Stabilize 1.3.1 ppc64, #813549
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-datadir')
-rw-r--r-- | dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild index f870e89dbce7..68cdfa445618 100644 --- a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild +++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~riscv ~s390 x86" RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" |