diff options
author | Sam James <sam@gentoo.org> | 2022-06-10 04:15:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-10 04:15:46 +0100 |
commit | b44c8e6c670bad535c9f16fd2f41da88cc48c9de (patch) | |
tree | 14405cdd3584ba4261a7b78355ee12ffdcd71478 /dev-qt/qtwaylandscanner | |
parent | dev-qt/qtwayland: Stabilize 5.15.4 amd64, #843353 (diff) | |
download | gentoo-b44c8e6c670bad535c9f16fd2f41da88cc48c9de.tar.gz gentoo-b44c8e6c670bad535c9f16fd2f41da88cc48c9de.tar.bz2 gentoo-b44c8e6c670bad535c9f16fd2f41da88cc48c9de.zip |
dev-qt/qtwaylandscanner: Stabilize 5.15.4 amd64, #843353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwaylandscanner')
-rw-r--r-- | dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.ebuild b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.ebuild index 7d5383f04ba0..b30fa6744384 100644 --- a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.ebuild +++ b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.4.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=" |