diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-07-11 10:57:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-07-11 10:57:11 +0200 |
commit | 6129afeba90143e464efac20000b9b824d2b29f9 (patch) | |
tree | afd8e487d568087d3e1b739ffee93b192dce4880 /x11-libs/qtermwidget | |
parent | dev-lang/ruby: amd64 stable wrt bug #801061 (diff) | |
download | gentoo-6129afeba90143e464efac20000b9b824d2b29f9.tar.gz gentoo-6129afeba90143e464efac20000b9b824d2b29f9.tar.bz2 gentoo-6129afeba90143e464efac20000b9b824d2b29f9.zip |
x11-libs/qtermwidget: amd64 stable wrt bug #801184
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-libs/qtermwidget')
-rw-r--r-- | x11-libs/qtermwidget/qtermwidget-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/qtermwidget/qtermwidget-0.17.0.ebuild b/x11-libs/qtermwidget/qtermwidget-0.17.0.ebuild index 900e0ee37d49..9673cf2036f0 100644 --- a/x11-libs/qtermwidget/qtermwidget-0.17.0.ebuild +++ b/x11-libs/qtermwidget/qtermwidget-0.17.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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="BSD GPL-2 LGPL-2+" |