From bee609c8eb11724d5f777c54d93b52063f39acd6 Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Thu, 14 Apr 2022 21:34:14 +0200 Subject: x11-libs/qtermwidget: Stabilize 1.0.0 amd64, #831448 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolić --- x11-libs/qtermwidget/qtermwidget-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-libs/qtermwidget') diff --git a/x11-libs/qtermwidget/qtermwidget-1.0.0.ebuild b/x11-libs/qtermwidget/qtermwidget-1.0.0.ebuild index a55ee925c0fd..f8774c1bbf33 100644 --- a/x11-libs/qtermwidget/qtermwidget-1.0.0.ebuild +++ b/x11-libs/qtermwidget/qtermwidget-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="BSD GPL-2 LGPL-2+" -- cgit v1.2.3-65-gdbad