diff options
Diffstat (limited to 'dev-python/stdio-mgr')
-rw-r--r-- | dev-python/stdio-mgr/Manifest | 2 | ||||
-rw-r--r-- | dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/stdio-mgr/Manifest b/dev-python/stdio-mgr/Manifest index 363a7bbbcb9d..0b0267e9bda3 100644 --- a/dev-python/stdio-mgr/Manifest +++ b/dev-python/stdio-mgr/Manifest @@ -1,3 +1,3 @@ DIST stdio-mgr-1.0.1.tar.gz 8447 BLAKE2B 72038ea34177829d77ac239585775557b5a0a253879c027b2aad64045ec8bafbfdc250d94fe61cde96f06616f774edf42b384bfef7fbf69af442b0a9b703cf9a SHA512 2d18e5d65faa7a73373b56fdac3893768a65a36bed17f017b647e71431a6bff44ce1d39022f1dbbd31ddc9c0e704743a164f4b7610fb62d75aa34ecb53331366 -EBUILD stdio-mgr-1.0.1.ebuild 806 BLAKE2B 9164809cef88a3fe748f5ff4e0b67de50f61fe1443932194de65c010c75387c726dd653eab102c8e44bba4d94905e6b4a1685ebbd59e947a6e5440c9fcbd7075 SHA512 1a1bd2c7433561a828cd0de5698689531358becc6a3f085843f826ee18d17432c8f7856a7f1c09e4277aecb065c1c45de4917527290f55731773530355943b1a +EBUILD stdio-mgr-1.0.1.ebuild 824 BLAKE2B f12d6578bbd5409f00d9a972520e01be9c396eb22af5406057e21bca2c3438c0102ac0a48412070e0fa9ad0f329676795a7f5ab0b0733f2d5a8ac74cb4a7a043 SHA512 fa5672a4af7311c31872fb38830ec243e9512c99a8580f6801bd777c6413da37befaf00655c17bbcbb636d5f1cf0d6cc76fc216004039871d05f27dd81cfeae3 MISC metadata.xml 939 BLAKE2B 5de63d07f8d39fb1af9bae43810bd958128b73b71a3dca0add2fa222443b2df8dc0e5733ac566fa2d9bac22d7c4418e51b7353a5ea34577803052ff4050d775b SHA512 c1be4c8396e71317c0d21bcceadecab10c5cc98014523954d39fb9a8f687667c7970bdbf152462090bcd20e462fd8bd6f1ab6cec410d5d53393f04bd6df669a5 diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild index 8be369f604eb..2fb53aef9969 100644 --- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild +++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.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=7 @@ -15,7 +15,7 @@ HOMEPAGE=" SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" SLOT="0" RDEPEND=">=dev-python/attrs-17.1[${PYTHON_USEDEP}]" |