diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-13 20:38:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 20:51:02 +0100 |
commit | 21a6047be4a4e794bc4361b17ad317d5586e043d (patch) | |
tree | b45c0f5239cded07b38e28c1a98ed03990f0b1f6 /dev-qt | |
parent | dev-qt/qtconcurrent: Tested on ~amd64-fbsd (diff) | |
download | gentoo-21a6047be4a4e794bc4361b17ad317d5586e043d.tar.gz gentoo-21a6047be4a4e794bc4361b17ad317d5586e043d.tar.bz2 gentoo-21a6047be4a4e794bc4361b17ad317d5586e043d.zip |
dev-qt/qtsql: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtsql/qtsql-5.9.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsql/qtsql-5.9.4-r1.ebuild b/dev-qt/qtsql/qtsql-5.9.4-r1.ebuild index 0ba07790288b..9eebc94374de 100644 --- a/dev-qt/qtsql/qtsql-5.9.4-r1.ebuild +++ b/dev-qt/qtsql/qtsql-5.9.4-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="SQL abstraction library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" fi IUSE="freetds mysql oci8 odbc postgres +sqlite" |