commit: db44bd51ac3bd8b5fa8acf30677c385f08d67fec Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 19 12:16:48 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 19 12:16:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db44bd51
dev-python/python-ptrace: Stabilize 0.9.8-r1 x86, #915976 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/python-ptrace/python-ptrace-0.9.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-ptrace/python-ptrace-0.9.8-r1.ebuild b/dev-python/python-ptrace/python-ptrace-0.9.8-r1.ebuild index a9819a317788..83532a4eace9 100644 --- a/dev-python/python-ptrace/python-ptrace-0.9.8-r1.ebuild +++ b/dev-python/python-ptrace/python-ptrace-0.9.8-r1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/vstinner/python-ptrace" else SRC_URI="https://github.com/vstinner/python-ptrace/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-2"