From 550560c3bf51c2254b5c8d7857803b6586150eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 28 Apr 2026 11:41:37 +0200 Subject: [PATCH] mail-filter/pyzor: Drop ~hppa ~ppc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/970198 Signed-off-by: Michał Górny --- mail-filter/pyzor/pyzor-1.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-filter/pyzor/pyzor-1.1.2.ebuild b/mail-filter/pyzor/pyzor-1.1.2.ebuild index 5d86962336d0..cbb46fe80fd0 100644 --- a/mail-filter/pyzor/pyzor-1.1.2.ebuild +++ b/mail-filter/pyzor/pyzor-1.1.2.ebuild @@ -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 )"