diff options
author | Sam James <sam@gentoo.org> | 2022-07-02 18:25:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-02 18:25:30 +0000 |
commit | 2a319ecd742e6695e29a1f6901dea2be7659e33a (patch) | |
tree | 576e652e10d71492182e7579675748f9bf40413b /dev-qt/qtwaylandscanner | |
parent | dev-qt/qtwayland: Stabilize 5.15.5 x86, #853232 (diff) | |
download | gentoo-2a319ecd742e6695e29a1f6901dea2be7659e33a.tar.gz gentoo-2a319ecd742e6695e29a1f6901dea2be7659e33a.tar.bz2 gentoo-2a319ecd742e6695e29a1f6901dea2be7659e33a.zip |
dev-qt/qtwaylandscanner: Stabilize 5.15.5 x86, #853232
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwaylandscanner')
-rw-r--r-- | dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild index 82135e579d47..43102261e93f 100644 --- a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild +++ b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Tool that generates certain boilerplate C++ code from Wayland protocol xml spec" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" fi DEPEND="=dev-qt/qtcore-${QT5_PV}*:5=" |