diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-13 20:46:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-13 20:51:05 +0100 |
commit | 2c455eeb5abcd964f56781df72c62a19db0c1380 (patch) | |
tree | c0118995223b0f8ceb7a0ccb136a74f1c8db9ed7 /dev-qt/qtopengl | |
parent | media-libs/phonon: Keyword 4.10.0 ~amd64-fbsd (diff) | |
download | gentoo-2c455eeb5abcd964f56781df72c62a19db0c1380.tar.gz gentoo-2c455eeb5abcd964f56781df72c62a19db0c1380.tar.bz2 gentoo-2c455eeb5abcd964f56781df72c62a19db0c1380.zip |
dev-qt/qtopengl: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.9.4.ebuild b/dev-qt/qtopengl/qtopengl-5.9.4.ebuild index be8a1bf7bed0..5dfd96944027 100644 --- a/dev-qt/qtopengl/qtopengl-5.9.4.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.9.4.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)" 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="gles2" |