diff options
author | Sam James <sam@gentoo.org> | 2022-01-19 22:42:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-19 22:42:53 +0000 |
commit | 66573486ce5432c5705d350a7eb2424f2e3a524e (patch) | |
tree | cedde8b4620aa57d416e7096bde0e25c1efd986a /dev-qt | |
parent | sci-mathematics/pari: Stabilize 2.13.3 ppc64, #831413 (diff) | |
download | gentoo-66573486ce5432c5705d350a7eb2424f2e3a524e.tar.gz gentoo-66573486ce5432c5705d350a7eb2424f2e3a524e.tar.bz2 gentoo-66573486ce5432c5705d350a7eb2424f2e3a524e.zip |
dev-qt/qtcore: Stabilize 5.15.2-r14 ppc, #829923
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.15.2-r14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.15.2-r14.ebuild b/dev-qt/qtcore/qtcore-5.15.2-r14.ebuild index b363dd813723..cb13f3fd0422 100644 --- a/dev-qt/qtcore/qtcore-5.15.2-r14.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.2-r14.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 ~ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86" fi IUSE="icu old-kernel systemd" |