diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:02:16 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:02:16 +0300 |
commit | 530f21322872c2c521a3a7306d63bff429fab04c (patch) | |
tree | d0e345885c42402f54913cf39649cf734d4bfa59 /dev-qt/qtsql | |
parent | dev-qt/qttest: Stabilize 5.15.5 ppc64, #853232 (diff) | |
download | gentoo-530f21322872c2c521a3a7306d63bff429fab04c.tar.gz gentoo-530f21322872c2c521a3a7306d63bff429fab04c.tar.bz2 gentoo-530f21322872c2c521a3a7306d63bff429fab04c.zip |
dev-qt/qtsql: Stabilize 5.15.5 ppc64, #853232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtsql')
-rw-r--r-- | dev-qt/qtsql/qtsql-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsql/qtsql-5.15.5.ebuild b/dev-qt/qtsql/qtsql-5.15.5.ebuild index 5de63c3952c5..bc1e888fefba 100644 --- a/dev-qt/qtsql/qtsql-5.15.5.ebuild +++ b/dev-qt/qtsql/qtsql-5.15.5.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="SQL abstraction library for the Qt5 framework" SLOT=5/${QT5_PV} # bug 639140 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 IUSE="freetds mysql oci8 odbc postgres +sqlite" |