commit: c814f3ef18ab542d3757e7f8f244a08b6c6a84dd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Nov 22 19:26:41 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 11:36:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c814f3ef
dev-qt/qtwebview: unkeyword ~x86 for 5.15, no revdeps Bug: https://bugs.gentoo.org/893234 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-qt/qtwebview/qtwebview-5.15.14.ebuild | 2 +- dev-qt/qtwebview/qtwebview-5.15.16.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebview/qtwebview-5.15.14.ebuild b/dev-qt/qtwebview/qtwebview-5.15.14.ebuild index cc68815da63d..35d9deca4718 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.14.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.14.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm64 ~x86" + KEYWORDS="amd64 arm64" fi IUSE="" diff --git a/dev-qt/qtwebview/qtwebview-5.15.16.ebuild b/dev-qt/qtwebview/qtwebview-5.15.16.ebuild index 342a075e4ea9..862116edcb13 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.16.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.16.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64" fi IUSE=""
