diff options
author | Sam James <sam@gentoo.org> | 2023-09-15 05:47:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-15 05:47:38 +0100 |
commit | 74b413801071c8fea11b785f1cb7fd7753ce26da (patch) | |
tree | e63c9b3064c9064f83dc7e624055826b28b95c30 /dev-qt | |
parent | dev-qt/qt3d: Stabilize 6.5.2-r1 amd64, #914113 (diff) | |
download | gentoo-74b413801071c8fea11b785f1cb7fd7753ce26da.tar.gz gentoo-74b413801071c8fea11b785f1cb7fd7753ce26da.tar.bz2 gentoo-74b413801071c8fea11b785f1cb7fd7753ce26da.zip |
dev-qt/qt5compat: Stabilize 6.5.2-r1 amd64, #914113
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qt5compat/qt5compat-6.5.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qt5compat/qt5compat-6.5.2-r1.ebuild b/dev-qt/qt5compat/qt5compat-6.5.2-r1.ebuild index f7beee148ed0..aa715cf61b5f 100644 --- a/dev-qt/qt5compat/qt5compat-6.5.2-r1.ebuild +++ b/dev-qt/qt5compat/qt5compat-6.5.2-r1.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Qt module containing the unsupported Qt 5 APIs" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" + KEYWORDS="amd64" fi IUSE="icu qml" |