diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 23:49:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 23:49:01 +0100 |
commit | 8fc6966459c5a7ea0e716934e62591bf15ce5753 (patch) | |
tree | 71418581b4e2dad4153e62dd2ae47177883ca591 /dev-qt/qtpaths | |
parent | dev-qt/qtopengl: Stabilize 5.15.3 amd64, #835762 (diff) | |
download | gentoo-8fc6966459c5a7ea0e716934e62591bf15ce5753.tar.gz gentoo-8fc6966459c5a7ea0e716934e62591bf15ce5753.tar.bz2 gentoo-8fc6966459c5a7ea0e716934e62591bf15ce5753.zip |
dev-qt/qtpaths: Stabilize 5.15.3 amd64, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.15.3.ebuild b/dev-qt/qtpaths/qtpaths-5.15.3.ebuild index 9805e0b71e10..c54058028663 100644 --- a/dev-qt/qtpaths/qtpaths-5.15.3.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.15.3.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" 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="" |