diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-08-12 16:31:21 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-08-12 16:31:21 +0200 |
commit | 2de7b9c50ab2bd63b55f957381e104d19f325e4d (patch) | |
tree | 4c8e1e72a38a239347e7ac24343e8a627a12008a /dev-qt | |
parent | dev-qt/qtconcurrent: x86 stable wrt bug #860258 (diff) | |
download | gentoo-2de7b9c50ab2bd63b55f957381e104d19f325e4d.tar.gz gentoo-2de7b9c50ab2bd63b55f957381e104d19f325e4d.tar.bz2 gentoo-2de7b9c50ab2bd63b55f957381e104d19f325e4d.zip |
dev-qt/qtcore: x86 stable wrt bug #860258
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.15.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.15.5-r2.ebuild b/dev-qt/qtcore/qtcore-5.15.5-r2.ebuild index 47b7c19b3135..8bdc3597ff8b 100644 --- a/dev-qt/qtcore/qtcore-5.15.5-r2.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.5-r2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Cross-platform application development framework" SLOT=5/${QT5_PV} if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" fi IUSE="icu old-kernel systemd" |