From 5dd22ee2be49bf0c4cfeab69d5ac3b4685fd7893 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sat, 18 Jul 2026 22:15:36 -0400 Subject: [PATCH] dev-python/matplotlib: Stabilize 3.11.0 amd64, #979467 Signed-off-by: Eli Schwartz --- dev-python/matplotlib/matplotlib-3.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/matplotlib/matplotlib-3.11.0.ebuild b/dev-python/matplotlib/matplotlib-3.11.0.ebuild index f40f1b68e5d84..fcc0ca8e1051b 100644 --- a/dev-python/matplotlib/matplotlib-3.11.0.ebuild +++ b/dev-python/matplotlib/matplotlib-3.11.0.ebuild @@ -25,7 +25,7 @@ HOMEPAGE=" LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" SLOT="0" if [[ ${PV} != *_rc* ]]; then - KEYWORDS="~alpha ~amd64 arm64 ppc ~riscv ~x86" + KEYWORDS="~alpha amd64 arm64 ppc ~riscv ~x86" fi IUSE="cairo excel gtk3 latex qt6 tk webagg wxwidgets"