commit: 7223e1fb86dbd064465fc683a29edba9c71e852c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 12:39:45 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 13:34:49 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7223e1fb
dev-qt/qtwebview: Drop ~ppc64
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild
b/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild
index ca158199..9d1663ab 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.13.9999.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 ~x86"
fi
IUSE=""