diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 09:05:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 09:05:34 +0000 |
commit | 01543471757da0c63a153425727f119c75078a58 (patch) | |
tree | 257fcb943c40e89e1eb8c2dda020e7aff534a34a /dev-qt | |
parent | dev-qt/qtspeech: Stabilize 5.15.2 amd64, #754852 (diff) | |
download | gentoo-01543471757da0c63a153425727f119c75078a58.tar.gz gentoo-01543471757da0c63a153425727f119c75078a58.tar.bz2 gentoo-01543471757da0c63a153425727f119c75078a58.zip |
dev-qt/qtsql: Stabilize 5.15.2 amd64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtsql/qtsql-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsql/qtsql-5.15.2.ebuild b/dev-qt/qtsql/qtsql-5.15.2.ebuild index 9a2b532ca2b2..97938c24fdbf 100644 --- a/dev-qt/qtsql/qtsql-5.15.2.ebuild +++ b/dev-qt/qtsql/qtsql-5.15.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="SQL abstraction library for the Qt5 framework" SLOT=5/$(ver_cut 1-3) # bug 639140 if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86" fi IUSE="freetds mysql oci8 odbc postgres +sqlite" |