From ff461483f453f2a0b6901252ea266e84b838057c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 7 Mar 2025 17:21:08 +0100 Subject: [PATCH] dev-vcs/kdesvn: destabilize 2.1.0-r1 for ~x86 Signed-off-by: Andreas Sturmlechner --- dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild b/dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild index 448e7d7583958..6e6aab1a8d663 100644 --- a/dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild +++ b/dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kdesvn/" if [[ ${PV} != 9999* ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2"