diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2019-02-18 10:59:11 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-19 19:04:45 +0100 |
commit | 08ae40431867f696f47e5403ec4a7d3c7626a50b (patch) | |
tree | 904b33435e199a582b1520f9c031942dd2077475 /dev-qt/qtimageformats | |
parent | net-im/telepathy-connection-managers: added ~arm64 (diff) | |
download | gentoo-08ae40431867f696f47e5403ec4a7d3c7626a50b.tar.gz gentoo-08ae40431867f696f47e5403ec4a7d3c7626a50b.tar.bz2 gentoo-08ae40431867f696f47e5403ec4a7d3c7626a50b.zip |
dev-qt/qtimageformats: added ~arm64
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtimageformats')
-rw-r--r-- | dev-qt/qtimageformats/qtimageformats-5.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtimageformats/qtimageformats-5.11.3.ebuild b/dev-qt/qtimageformats/qtimageformats-5.11.3.ebuild index 8b3e2075d25b..b8f364aa07b7 100644 --- a/dev-qt/qtimageformats/qtimageformats-5.11.3.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-5.11.3.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Additional format plugins for the Qt image I/O system" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ppc64 ~sparc x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc64 ~sparc x86" fi IUSE="jpeg2k mng" |