From 93a3499d2f81845504fad20ecff0747245fa45c8 Mon Sep 17 00:00:00 2001 From: Yuri Konotopov Date: Mon, 14 Apr 2025 20:50:22 +0400 Subject: [PATCH] net-news/liferea: drop x86 keyword Closes: https://bugs.gentoo.org/941973 Signed-off-by: Yuri Konotopov Part-of: https://github.com/gentoo/gentoo/pull/40506 Closes: https://github.com/gentoo/gentoo/pull/40506 Signed-off-by: Sam James --- net-news/liferea/liferea-1.15.5-r1.ebuild | 4 ++-- net-news/liferea/liferea-1.15.8.ebuild | 2 +- net-news/liferea/liferea-1.16_rc3.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-news/liferea/liferea-1.15.5-r1.ebuild b/net-news/liferea/liferea-1.15.5-r1.ebuild index d2c8720fee861..0f65362a3eb3c 100644 --- a/net-news/liferea/liferea-1.15.5-r1.ebuild +++ b/net-news/liferea/liferea-1.15.5-r1.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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lwindolf/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} diff --git a/net-news/liferea/liferea-1.15.8.ebuild b/net-news/liferea/liferea-1.15.8.ebuild index 73e73be4550c7..9e36c6b27b977 100644 --- a/net-news/liferea/liferea-1.15.8.ebuild +++ b/net-news/liferea/liferea-1.15.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lwindolf/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} diff --git a/net-news/liferea/liferea-1.16_rc3.ebuild b/net-news/liferea/liferea-1.16_rc3.ebuild index 2a7b51507cdee..d7cd81dc9afa6 100644 --- a/net-news/liferea/liferea-1.16_rc3.ebuild +++ b/net-news/liferea/liferea-1.16_rc3.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" fi REQUIRED_USE="${PYTHON_REQUIRED_USE}"