diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-14 18:14:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-14 18:27:02 +0100 |
commit | 2866ec4f5a79986e51cdbbf069d402eace6f05c1 (patch) | |
tree | db99421bd8a57a3153b77d0ed33b55742b296c17 /dev-qt | |
parent | dev-qt/qtscript: Tested on ~amd64-fbsd (diff) | |
download | gentoo-2866ec4f5a79986e51cdbbf069d402eace6f05c1.tar.gz gentoo-2866ec4f5a79986e51cdbbf069d402eace6f05c1.tar.bz2 gentoo-2866ec4f5a79986e51cdbbf069d402eace6f05c1.zip |
dev-qt/qthelp: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qthelp/qthelp-5.9.4.ebuild b/dev-qt/qthelp/qthelp-5.9.4.ebuild index 529903cbf965..1e0ee9ab67fe 100644 --- a/dev-qt/qthelp/qthelp-5.9.4.ebuild +++ b/dev-qt/qthelp/qthelp-5.9.4.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating online documentation into applications" 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="" |