diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-07-23 03:49:54 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-23 03:50:11 +1000 |
commit | 5de7735b1b1131a466f85e36b4deb59e60966771 (patch) | |
tree | 853fc9ccb937f4bb4b7e8d927acbf5040aa2476b /dev-qt/qtimageformats | |
parent | media-gfx/gimp: Sane XDG_DATA_DIRS (bug #587004) (diff) | |
download | gentoo-5de7735b1b1131a466f85e36b4deb59e60966771.tar.gz gentoo-5de7735b1b1131a466f85e36b4deb59e60966771.tar.bz2 gentoo-5de7735b1b1131a466f85e36b4deb59e60966771.zip |
dev-qt: stabilise 5.6.1 on amd64/x86
Gentoo-bug: 586180
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-qt/qtimageformats')
-rw-r--r-- | dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild b/dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild index 0a2d107e6945..ed88c8bb6456 100644 --- a/dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild @@ -8,7 +8,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 ~x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" fi IUSE="" |