diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:58:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-09 19:58:59 +0300 |
commit | 9819f268b8acbd51d4d08e0a585b606d4a1f0883 (patch) | |
tree | c7ed8b9561694d673238995f006ea5b4b72fd4da /dev-qt | |
parent | dev-qt/qttest: Stabilize 5.15.10 amd64, #909313 (diff) | |
download | gentoo-9819f268b8acbd51d4d08e0a585b606d4a1f0883.tar.gz gentoo-9819f268b8acbd51d4d08e0a585b606d4a1f0883.tar.bz2 gentoo-9819f268b8acbd51d4d08e0a585b606d4a1f0883.zip |
dev-qt/qtsql: Stabilize 5.15.10 amd64, #909313
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtsql/qtsql-5.15.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsql/qtsql-5.15.10.ebuild b/dev-qt/qtsql/qtsql-5.15.10.ebuild index 2fe1389d778b..e212a4f5e857 100644 --- a/dev-qt/qtsql/qtsql-5.15.10.ebuild +++ b/dev-qt/qtsql/qtsql-5.15.10.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=1 - KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86" fi QT5_MODULE="qtbase" |