diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-17 09:09:40 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-17 09:09:40 +0200 |
commit | a23fe955be9cabea94092f2bdc6a4b2358846513 (patch) | |
tree | 8f26f66d55b2cd19c60d4697dd87f8504d7635fd /x11-terms | |
parent | x11-libs/qtermwidget: x86 stable wrt bug #736808 (diff) | |
download | gentoo-a23fe955be9cabea94092f2bdc6a4b2358846513.tar.gz gentoo-a23fe955be9cabea94092f2bdc6a4b2358846513.tar.bz2 gentoo-a23fe955be9cabea94092f2bdc6a4b2358846513.zip |
x11-terms/qterminal: x86 stable wrt bug #736808
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/qterminal/qterminal-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/qterminal/qterminal-0.15.0.ebuild b/x11-terms/qterminal/qterminal-0.15.0.ebuild index 8457c63607c5..1feff0b73207 100644 --- a/x11-terms/qterminal/qterminal-0.15.0.ebuild +++ b/x11-terms/qterminal/qterminal-0.15.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="GPL-2 GPL-2+" |