diff options
-rw-r--r-- | x11-terms/qterminal/qterminal-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/qterminal/qterminal-0.9.0.ebuild b/x11-terms/qterminal/qterminal-0.9.0.ebuild index 09c158cf3c4f..c6eda839fea3 100644 --- a/x11-terms/qterminal/qterminal-0.9.0.ebuild +++ b/x11-terms/qterminal/qterminal-0.9.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Qt-based multitab terminal emulator" |