diff options
author | 2017-07-07 16:40:53 +0200 | |
---|---|---|
committer | 2017-07-07 16:49:33 +0200 | |
commit | dd7936622e01ca637e72084beab5d79fc3007ed0 (patch) | |
tree | 571d2bf2723e32c1b56a9b34e8e3a3ed2c98ee6b /dev-qt/qtsql | |
parent | dev-qt/qtserialport: ppc64 stable wrt bug #620334 (diff) | |
download | gentoo-dd7936622e01ca637e72084beab5d79fc3007ed0.tar.gz gentoo-dd7936622e01ca637e72084beab5d79fc3007ed0.tar.bz2 gentoo-dd7936622e01ca637e72084beab5d79fc3007ed0.zip |
dev-qt/qtsql: ppc64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtsql')
-rw-r--r-- | dev-qt/qtsql/qtsql-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsql/qtsql-5.7.1.ebuild b/dev-qt/qtsql/qtsql-5.7.1.ebuild index 4a7398a326b2..f246f2116ae1 100644 --- a/dev-qt/qtsql/qtsql-5.7.1.ebuild +++ b/dev-qt/qtsql/qtsql-5.7.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="SQL abstraction library for the Qt5 tooolkit" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE="freetds mysql oci8 odbc postgres +sqlite" |