diff options
author | Sam James <sam@gentoo.org> | 2022-12-25 16:45:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-25 16:45:30 +0000 |
commit | 337aa411d2438b71601626fde69e0d248a17dc8a (patch) | |
tree | f9b42c0d80be7a6b3682bb097c3ac28d226f6d1c /dev-python/subprocess-tee | |
parent | dev-python/pycairo: Stabilize 1.23.0 arm, #888371 (diff) | |
download | gentoo-337aa411d2438b71601626fde69e0d248a17dc8a.tar.gz gentoo-337aa411d2438b71601626fde69e0d248a17dc8a.tar.bz2 gentoo-337aa411d2438b71601626fde69e0d248a17dc8a.zip |
dev-python/subprocess-tee: Stabilize 0.4.1 ALLARCHES, #888407
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/subprocess-tee')
-rw-r--r-- | dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild b/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild index 100597cf333b..e2d047b2cc2c 100644 --- a/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild +++ b/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" IUSE="test-full" REQUIRED_USE="test-full? ( test )" |