diff options
author | Sam James <sam@gentoo.org> | 2021-10-17 01:29:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-17 01:29:25 +0100 |
commit | 5027f8fe1cf238893ea23398fe35c7b2d83478d9 (patch) | |
tree | c2b2c56321c66b3017bf989cb2c2de939465c5c9 /dev-qt | |
parent | dev-qt/qtgui: Stabilize 5.15.2-r13 ppc, #806797 (diff) | |
download | gentoo-5027f8fe1cf238893ea23398fe35c7b2d83478d9.tar.gz gentoo-5027f8fe1cf238893ea23398fe35c7b2d83478d9.tar.bz2 gentoo-5027f8fe1cf238893ea23398fe35c7b2d83478d9.zip |
dev-qt/qtsql: Stabilize 5.15.2-r10 ppc, #806797
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-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 9730cabbda74..7d2229ef0738 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/${QT5_PV} # 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" |