commit: 15b556285e59c38874904cdd90e0b4d8bbf12274 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 05:35:10 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 07:40:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b55628
dev-util/qbs: swap mis-stabilized amd64/x86 keywords For some reason the amd64 stablereq stabilized x86 instead. Bug: https://bugs.gentoo.org/946917 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-util/qbs/qbs-2.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/qbs/qbs-2.5.0.ebuild b/dev-util/qbs/qbs-2.5.0.ebuild index 73ac2d45d6eb..4d4afb31d754 100644 --- a/dev-util/qbs/qbs-2.5.0.ebuild +++ b/dev-util/qbs/qbs-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S=${WORKDIR}/${PN}-src-${PV} LICENSE="|| ( LGPL-2.1 LGPL-3 ) Boost-1.0 BSD" SLOT="0" -KEYWORDS="~amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="doc test" RESTRICT="!test? ( test )"
