commit: 93a3499d2f81845504fad20ecff0747245fa45c8 Author: Yuri Konotopov <ykonotopov <AT> gnome <DOT> org> AuthorDate: Mon Apr 14 16:50:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 25 08:21:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a3499d
net-news/liferea: drop x86 keyword Closes: https://bugs.gentoo.org/941973 Signed-off-by: Yuri Konotopov <ykonotopov <AT> gnome.org> Part-of: https://github.com/gentoo/gentoo/pull/40506 Closes: https://github.com/gentoo/gentoo/pull/40506 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 d2c8720fee86..0f65362a3eb3 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 73e73be4550c..9e36c6b27b97 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 2a7b51507cde..d7cd81dc9afa 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}"
