diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 09:05:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 09:05:20 +0000 |
commit | 8d95886f013b1c081809f743a43776e41f403105 (patch) | |
tree | 686fb384b111033d8b287c7ec89a5b164e79da92 /dev-qt | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.2 amd64, #754852 (diff) | |
download | gentoo-8d95886f013b1c081809f743a43776e41f403105.tar.gz gentoo-8d95886f013b1c081809f743a43776e41f403105.tar.bz2 gentoo-8d95886f013b1c081809f743a43776e41f403105.zip |
dev-qt/qtcore: Stabilize 5.15.2-r2 amd64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.15.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild b/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild index 077d32b521ec..7344af87a4cb 100644 --- a/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.2-r2.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" |