diff options
author | Sam James <sam@gentoo.org> | 2022-07-22 17:54:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 17:54:07 +0000 |
commit | c7a59eae638e686159d95eda20c1846bea177b1c (patch) | |
tree | 7bbf3668cea615b41fc1dcdde113be062c3e52ba /x11-libs | |
parent | lxqt-base/lxqt-sudo: Stabilize 1.1.0 amd64, #858218 (diff) | |
download | gentoo-c7a59eae638e686159d95eda20c1846bea177b1c.tar.gz gentoo-c7a59eae638e686159d95eda20c1846bea177b1c.tar.bz2 gentoo-c7a59eae638e686159d95eda20c1846bea177b1c.zip |
x11-libs/qtermwidget: Stabilize 1.1.0 amd64, #858218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qtermwidget/qtermwidget-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/qtermwidget/qtermwidget-1.1.0.ebuild b/x11-libs/qtermwidget/qtermwidget-1.1.0.ebuild index 22084eb3dcdc..b3cd5042e68a 100644 --- a/x11-libs/qtermwidget/qtermwidget-1.1.0.ebuild +++ b/x11-libs/qtermwidget/qtermwidget-1.1.0.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="BSD GPL-2 LGPL-2+" |