diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-17 08:58:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-17 08:58:56 +0200 |
commit | 6023e4c5489a2fede62f75e13477d489680f04f5 (patch) | |
tree | d7413c1a9f379e9dedcd53e695f6ca941211a308 /x11-terms | |
parent | x11-libs/qtermwidget: amd64 stable wrt bug #736808 (diff) | |
download | gentoo-6023e4c5489a2fede62f75e13477d489680f04f5.tar.gz gentoo-6023e4c5489a2fede62f75e13477d489680f04f5.tar.bz2 gentoo-6023e4c5489a2fede62f75e13477d489680f04f5.zip |
x11-terms/qterminal: amd64 stable wrt bug #736808
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
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 2c670eef48ff..8457c63607c5 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+" |