diff options
author | 2016-03-24 06:18:05 +0100 | |
---|---|---|
committer | 2016-03-24 06:49:28 +0100 | |
commit | 869e423cce2c705f7c6dc1c4fc4f4211b525555a (patch) | |
tree | 9c7afd3afc37b7e84a8c436fc63d5ab32a5640b8 /dev-qt | |
parent | dev-qt/qtxml: arm stable, bug #569924 (diff) | |
download | gentoo-869e423cce2c705f7c6dc1c4fc4f4211b525555a.tar.gz gentoo-869e423cce2c705f7c6dc1c4fc4f4211b525555a.tar.bz2 gentoo-869e423cce2c705f7c6dc1c4fc4f4211b525555a.zip |
dev-qt/qtsql: arm stable, bug #569924
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtsql/qtsql-5.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsql/qtsql-5.5.1.ebuild b/dev-qt/qtsql/qtsql-5.5.1.ebuild index e9b962e3d8ab..bf3faa53953f 100644 --- a/dev-qt/qtsql/qtsql-5.5.1.ebuild +++ b/dev-qt/qtsql/qtsql-5.5.1.ebuild @@ -9,7 +9,7 @@ inherit multilib qt5-build DESCRIPTION="SQL abstraction library for the Qt5 tooolkit" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" + KEYWORDS="amd64 arm ~arm64 hppa ppc64 ~x86" fi IUSE="freetds mysql oci8 odbc postgres +sqlite" |