diff options
author | Sam James <sam@gentoo.org> | 2020-10-12 15:04:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-12 15:22:20 +0000 |
commit | 876490f5c2601673bc99c8d93b7fa7e5332cde58 (patch) | |
tree | d8d33700633073a14f795ae8a907a7dc657490af /dev-qt/qtcore | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.1 amd64, #734600 (diff) | |
download | gentoo-876490f5c2601673bc99c8d93b7fa7e5332cde58.tar.gz gentoo-876490f5c2601673bc99c8d93b7fa7e5332cde58.tar.bz2 gentoo-876490f5c2601673bc99c8d93b7fa7e5332cde58.zip |
dev-qt/qtcore: Stabilize 5.15.1-r1 amd64, #734600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtcore')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.15.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.15.1-r1.ebuild b/dev-qt/qtcore/qtcore-5.15.1-r1.ebuild index 3b2df41a3ad9..7fb2a6fe16a0 100644 --- a/dev-qt/qtcore/qtcore-5.15.1-r1.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.1-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Cross-platform application development framework" SLOT=5/$(ver_cut 1-3) 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 IUSE="icu old-kernel systemd" |