diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-01 18:16:48 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-01 18:16:48 +0100 |
commit | e47a305fcd04fe733eb3b29b1e7e9caeff581187 (patch) | |
tree | 188522814f9c86d7a7741f3f807bd7bea3e35ca0 /x11-terms | |
parent | x11-libs/qtermwidget: x86 stable (bug #773463) (diff) | |
download | gentoo-e47a305fcd04fe733eb3b29b1e7e9caeff581187.tar.gz gentoo-e47a305fcd04fe733eb3b29b1e7e9caeff581187.tar.bz2 gentoo-e47a305fcd04fe733eb3b29b1e7e9caeff581187.zip |
x11-terms/qterminal: x86 stable (bug #773463)
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/qterminal/qterminal-0.16.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild b/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild index 1474704c16c9..ef7859e3cce5 100644 --- a/x11-terms/qterminal/qterminal-0.16.1-r1.ebuild +++ b/x11-terms/qterminal/qterminal-0.16.1-r1.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="GPL-2 GPL-2+" |