diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-22 11:12:19 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-22 11:28:38 -0500 |
commit | cb27e94e9fd0b21d4c8a90383ee189d4d17c2590 (patch) | |
tree | 7888f7b06b98c0fa7f9591c932af3451cf5b3bc8 | |
parent | dev-qt/qtgraphicaleffects: arm64 stable (bug #699240) (diff) | |
download | gentoo-cb27e94e9fd0b21d4c8a90383ee189d4d17c2590.tar.gz gentoo-cb27e94e9fd0b21d4c8a90383ee189d4d17c2590.tar.bz2 gentoo-cb27e94e9fd0b21d4c8a90383ee189d4d17c2590.zip |
dev-qt/qtgui: arm64 stable (bug #699240)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.82, Repoman-2.3.20
-rw-r--r-- | dev-qt/qtgui/qtgui-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.13.2.ebuild b/dev-qt/qtgui/qtgui-5.13.2.ebuild index 4a9803999039..260ba818a019 100644 --- a/dev-qt/qtgui/qtgui-5.13.2.ebuild +++ b/dev-qt/qtgui/qtgui-5.13.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="The GUI module and platform plugins for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86" fi # TODO: linuxfb |