diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:15 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:15 +0200 |
commit | 5bb585dff1db91f6ef7f1e3ff883c9c763241875 (patch) | |
tree | ba6790b18132725db184b625ae545c633f391877 /x11-terms | |
parent | x11-libs/qtermwidget: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-5bb585dff1db91f6ef7f1e3ff883c9c763241875.tar.gz gentoo-5bb585dff1db91f6ef7f1e3ff883c9c763241875.tar.bz2 gentoo-5bb585dff1db91f6ef7f1e3ff883c9c763241875.zip |
x11-terms/qterminal: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/qterminal/qterminal-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/qterminal/qterminal-1.0.0.ebuild b/x11-terms/qterminal/qterminal-1.0.0.ebuild index 34e20dcedd2a..52cf6360f85c 100644 --- a/x11-terms/qterminal/qterminal-1.0.0.ebuild +++ b/x11-terms/qterminal/qterminal-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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="GPL-2 GPL-2+" |