mail-filter/pyzor: Drop ~hppa ~ppc

Bug: https://bugs.gentoo.org/970198
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-28 11:41:37 +02:00
parent 4a67fc89e8
commit 550560c3bf
+3 -3
View File
@@ -1,10 +1,10 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc x86"
KEYWORDS="~alpha amd64 ppc64 ~sparc x86"
IUSE="doc gdbm mysql pyzord redis selinux test"
RESTRICT="!test? ( test )"