diff options
author | Sam James <sam@gentoo.org> | 2020-10-12 11:46:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-12 11:55:45 +0000 |
commit | 64c4b5e07f63dd50ed079fe22c589eb852e38053 (patch) | |
tree | fd2bec7ae632c69935a70715261d2b27adcf8fad /dev-qt/qtwayland | |
parent | dev-qt/qttranslations: Stabilize 5.15.1 arm, #734600 (diff) | |
download | gentoo-64c4b5e07f63dd50ed079fe22c589eb852e38053.tar.gz gentoo-64c4b5e07f63dd50ed079fe22c589eb852e38053.tar.bz2 gentoo-64c4b5e07f63dd50ed079fe22c589eb852e38053.zip |
dev-qt/qtwayland: Stabilize 5.15.1 arm, #734600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.15.1.ebuild b/dev-qt/qtwayland/qtwayland-5.15.1.ebuild index f69bc80fae30..998dd3ac762e 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.1.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.1.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Wayland platform plugin for Qt" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi IUSE="vulkan X" |