diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:10:12 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:14:04 +0200 |
commit | cb5e04905e379ab113de3ea6835f601500120e87 (patch) | |
tree | 26a766b1f506153c6497d3e70a1b806b77b2dd13 /dev-qt/qtopengl | |
parent | dev-qt/qtnetworkauth: Stabilize 5.15.11 amd64, #915391 (diff) | |
download | gentoo-cb5e04905e379ab113de3ea6835f601500120e87.tar.gz gentoo-cb5e04905e379ab113de3ea6835f601500120e87.tar.bz2 gentoo-cb5e04905e379ab113de3ea6835f601500120e87.zip |
dev-qt/qtopengl: Stabilize 5.15.11 amd64, #915391
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtopengl')
-rw-r--r-- | dev-qt/qtopengl/qtopengl-5.15.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtopengl/qtopengl-5.15.11.ebuild b/dev-qt/qtopengl/qtopengl-5.15.11.ebuild index 1e314581c6ea..f991a42868ec 100644 --- a/dev-qt/qtopengl/qtopengl-5.15.11.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.15.11.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" |