diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-05 23:51:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-07 11:36:58 +0100 |
commit | a753b9a6713f340e46a3b7116a82cf0796cf22f0 (patch) | |
tree | 9fe12e8276880c6d8d84d2ab3ebc434aca733d8b | |
parent | dev-qt/qtwebengine: destabilize 5.15.8_p20230112 for ~x86 (diff) | |
download | gentoo-a753b9a6713f340e46a3b7116a82cf0796cf22f0.tar.gz gentoo-a753b9a6713f340e46a3b7116a82cf0796cf22f0.tar.bz2 gentoo-a753b9a6713f340e46a3b7116a82cf0796cf22f0.zip |
dev-qt/qtwebview: destabilize 5.15.8 for ~x86
Bug: https://bugs.gentoo.org/893234
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | dev-qt/qtwebview/qtwebview-5.15.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-5.15.8.ebuild b/dev-qt/qtwebview/qtwebview-5.15.8.ebuild index 32ccb702642f..2d70ca8c6095 100644 --- a/dev-qt/qtwebview/qtwebview-5.15.8.ebuild +++ b/dev-qt/qtwebview/qtwebview-5.15.8.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 ~arm arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86" fi IUSE="" |