diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-27 12:41:34 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-27 12:44:07 +0000 |
commit | d8c7ed924f31bcd3d468f9a4798b9697e942806f (patch) | |
tree | 9184cee511692f359240a187baf2959c6dffddac /dev-qt/qt3d | |
parent | app-text/texlive-core: configure --with-kpathsea-includes, fixes prefix (diff) | |
download | gentoo-d8c7ed924f31bcd3d468f9a4798b9697e942806f.tar.gz gentoo-d8c7ed924f31bcd3d468f9a4798b9697e942806f.tar.bz2 gentoo-d8c7ed924f31bcd3d468f9a4798b9697e942806f.zip |
dev-qt/qt3d: Keyword 6.6.3 x86, #927885
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qt3d')
-rw-r--r-- | dev-qt/qt3d/qt3d-6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qt3d/qt3d-6.6.3.ebuild b/dev-qt/qt3d/qt3d-6.6.3.ebuild index 2cc8434117e6..2a85023f2d30 100644 --- a/dev-qt/qt3d/qt3d-6.6.3.ebuild +++ b/dev-qt/qt3d/qt3d-6.6.3.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="3D rendering module for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm" + KEYWORDS="~amd64 ~arm ~x86" elif [[ ${QT6_BUILD_TYPE} == live ]]; then EGIT_SUBMODULES=() # skip qtquick3d-assimp fi |