summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-19 13:16:48 +0100
committerSam James <sam@gentoo.org>2023-10-19 13:16:48 +0100
commitdb44bd51ac3bd8b5fa8acf30677c385f08d67fec (patch)
treebc845eaeae232ef2bc9557df251235d3590a0623 /dev-python/python-ptrace
parentdev-python/leechcorepyc: Stabilize 2.15.0 amd64, #915975 (diff)
downloadgentoo-db44bd51ac3bd8b5fa8acf30677c385f08d67fec.tar.gz
gentoo-db44bd51ac3bd8b5fa8acf30677c385f08d67fec.tar.bz2
gentoo-db44bd51ac3bd8b5fa8acf30677c385f08d67fec.zip
dev-python/python-ptrace: Stabilize 0.9.8-r1 x86, #915976
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/python-ptrace')
-rw-r--r--dev-python/python-ptrace/python-ptrace-0.9.8-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"