From 6cb87d11e346af2a57ed11d17fe3dd817da87971 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 7 Mar 2025 17:23:36 +0100 Subject: [PATCH] media-video/subtitlecomposer: destabilize 0.8.1 for ~x86 Signed-off-by: Andreas Sturmlechner --- media-video/subtitlecomposer/subtitlecomposer-0.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.8.1.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.8.1.ebuild index e37074328b3e1..9f632bb807deb 100644 --- a/media-video/subtitlecomposer/subtitlecomposer-0.8.1.ebuild +++ b/media-video/subtitlecomposer/subtitlecomposer-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then PATCHSET="${PN}-0.7.1-patchset-1" SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2"