diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-13 20:32:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 20:51:01 +0100 |
commit | f5bed4dbab1500eaef369c79c213caad8dd3174b (patch) | |
tree | d76b9164bff51103196a829470d1b677e650634b /dev-qt | |
parent | dev-qt/qtwidgets: Tested on ~amd64-fbsd (diff) | |
download | gentoo-f5bed4dbab1500eaef369c79c213caad8dd3174b.tar.gz gentoo-f5bed4dbab1500eaef369c79c213caad8dd3174b.tar.bz2 gentoo-f5bed4dbab1500eaef369c79c213caad8dd3174b.zip |
dev-qt/qtconcurrent: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.9.4.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.9.4.ebuild index 94b16f536b78..75e304af27a0 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.9.4.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.9.4.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Multi-threading concurrence support 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="" |