diff options
author | Sam James <sam@gentoo.org> | 2023-01-17 20:03:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-17 20:03:22 +0000 |
commit | a17c6eb5e9ab46063477a5e749e1cd8963db7c95 (patch) | |
tree | ad4270da7600c6cb565582e6626d2e9699eefec9 /dev-qt/qtopengl | |
parent | dev-qt/qtnetworkauth: Stabilize 5.15.8 amd64, #888946 (diff) | |
download | gentoo-a17c6eb5e9ab46063477a5e749e1cd8963db7c95.tar.gz gentoo-a17c6eb5e9ab46063477a5e749e1cd8963db7c95.tar.bz2 gentoo-a17c6eb5e9ab46063477a5e749e1cd8963db7c95.zip |
dev-qt/qtopengl: Stabilize 5.15.8 amd64, #888946
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.15.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.15.8.ebuild b/dev-qt/qtopengl/qtopengl-5.15.8.ebuild index ba5740e2ba20..953d88ebf6a1 100644 --- a/dev-qt/qtopengl/qtopengl-5.15.8.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.15.8.ebuild @@ -5,7 +5,7 @@ EAPI=8 if [[ ${PV} != *9999* ]]; then QT5_KDEPATCHSET_REV=1 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi QT5_MODULE="qtbase" |