diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 16:30:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 16:30:26 +0300 |
commit | 5d3fc4bd902b44c53ea78cb9249b2cc5d37a9ee4 (patch) | |
tree | 1e194702767a9e82910d0e855f8d412289005a2a /dev-qt | |
parent | dev-qt/qtgraphicaleffects: arm64 stable wrt bug #719732 (diff) | |
download | gentoo-5d3fc4bd902b44c53ea78cb9249b2cc5d37a9ee4.tar.gz gentoo-5d3fc4bd902b44c53ea78cb9249b2cc5d37a9ee4.tar.bz2 gentoo-5d3fc4bd902b44c53ea78cb9249b2cc5d37a9ee4.zip |
dev-qt/qtgui: arm64 stable wrt bug #719732
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.14.2.ebuild b/dev-qt/qtgui/qtgui-5.14.2.ebuild index 7863de6fd0bc..78105358b5fb 100644 --- a/dev-qt/qtgui/qtgui-5.14.2.ebuild +++ b/dev-qt/qtgui/qtgui-5.14.2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="The GUI module and platform plugins for the Qt5 framework" SLOT=5/$(ver_cut 1-3) # bug 707658 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 |