diff options
author | Sam James <sam@gentoo.org> | 2022-12-03 11:00:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-03 11:00:43 +0000 |
commit | 997119e1e52cca8d848293f69c6861c6a2181766 (patch) | |
tree | 89e56f3b4f47eda4d2134dc86a0c09c51ff15583 /dev-qt/qtwaylandscanner | |
parent | dev-qt/qtwayland: Stabilize 5.15.7 amd64, #883677 (diff) | |
download | gentoo-997119e1e52cca8d848293f69c6861c6a2181766.tar.gz gentoo-997119e1e52cca8d848293f69c6861c6a2181766.tar.bz2 gentoo-997119e1e52cca8d848293f69c6861c6a2181766.zip |
dev-qt/qtwaylandscanner: Stabilize 5.15.7 amd64, #883677
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwaylandscanner')
-rw-r--r-- | dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.7.ebuild b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.7.ebuild index 7d5383f04ba0..b30fa6744384 100644 --- a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.7.ebuild +++ b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.7.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=" |