diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-11-04 00:14:10 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-11-04 00:14:18 +1100 |
commit | 64e551d79336e930c8a2886b9d0a6a1eea4a374f (patch) | |
tree | 630f95bf019363f2dc69ee27abf320ad336b65b4 /dev-qt | |
parent | Mask numa USE for dev-db/mysql where it is not accessible (diff) | |
download | gentoo-64e551d79336e930c8a2886b9d0a6a1eea4a374f.tar.gz gentoo-64e551d79336e930c8a2886b9d0a6a1eea4a374f.tar.bz2 gentoo-64e551d79336e930c8a2886b9d0a6a1eea4a374f.zip |
dev-qt/qtcore: stabilise 4.8.7-r3 for amd64/x86
Bug: https://bugs.gentoo.org/635394
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/qtcore-4.8.7-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild b/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild index ea5ea94ee351..84b3ee7f9c61 100644 --- a/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild +++ b/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="Cross-platform application development framework" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" fi IUSE="+glib iconv icu libressl qt3support ssl" |