diff options
author | 2021-09-30 19:14:21 +0100 | |
---|---|---|
committer | 2021-09-30 19:14:21 +0100 | |
commit | 9c1c0641e5f6a0ee75a668e3e807d659bff62fac (patch) | |
tree | e035b3d14eec4a026f114d8a88be2632be8044e3 /dev-qt/qtsql | |
parent | dev-qt/qtgui: Stabilize 5.15.2-r13 amd64, #806797 (diff) | |
download | gentoo-9c1c0641e5f6a0ee75a668e3e807d659bff62fac.tar.gz gentoo-9c1c0641e5f6a0ee75a668e3e807d659bff62fac.tar.bz2 gentoo-9c1c0641e5f6a0ee75a668e3e807d659bff62fac.zip |
dev-qt/qtsql: Stabilize 5.15.2-r10 amd64, #806797
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtsql')
-rw-r--r-- | dev-qt/qtsql/qtsql-5.15.2-r10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsql/qtsql-5.15.2-r10.ebuild b/dev-qt/qtsql/qtsql-5.15.2-r10.ebuild index a80c5f24f901..08b150d80289 100644 --- a/dev-qt/qtsql/qtsql-5.15.2-r10.ebuild +++ b/dev-qt/qtsql/qtsql-5.15.2-r10.ebuild @@ -11,7 +11,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 ~riscv ~sparc x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" fi IUSE="freetds mysql oci8 odbc postgres +sqlite" |