net-news/liferea: drop x86 keyword

Closes: https://bugs.gentoo.org/941973
Signed-off-by: Yuri Konotopov <ykonotopov@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@gentoo.org>
This commit is contained in:
Yuri Konotopov 2025-04-14 20:50:22 +04:00 committed by Sam James
parent 82de1d3214
commit 93a3499d2f
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}"