diff options
author | 2024-06-02 05:03:19 +0100 | |
---|---|---|
committer | 2024-06-02 05:03:19 +0100 | |
commit | e6442cdb178f842eb27c8de26b085953c5d6ce72 (patch) | |
tree | ba491abed373aefc0c89307b740b96431e14ce63 /dev-qt/qtwebview | |
parent | dev-qt/qtwebsockets: Stabilize 6.7.1 amd64, #932347 (diff) | |
download | gentoo-e6442cdb178f842eb27c8de26b085953c5d6ce72.tar.gz gentoo-e6442cdb178f842eb27c8de26b085953c5d6ce72.tar.bz2 gentoo-e6442cdb178f842eb27c8de26b085953c5d6ce72.zip |
dev-qt/qtwebview: Stabilize 6.7.1 amd64, #932347
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview')
-rw-r--r-- | dev-qt/qtwebview/qtwebview-6.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebview/qtwebview-6.7.1.ebuild b/dev-qt/qtwebview/qtwebview-6.7.1.ebuild index 76539b793b79..9e7e9d36e4ab 100644 --- a/dev-qt/qtwebview/qtwebview-6.7.1.ebuild +++ b/dev-qt/qtwebview/qtwebview-6.7.1.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Module for displaying web content in a QML application using the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" fi RDEPEND=" |