summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-04-14 21:34:02 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-04-14 21:34:02 +0200
commit98b4be4f1da215a90e272dde109dcb4875e417df (patch)
treeb6017b8d037bafb7d3cc9e2b2695a55b9ed2966f /lxqt-base
parentlxqt-base/lxqt-qtplugin: Stabilize 1.0.0 amd64, #831448 (diff)
downloadgentoo-98b4be4f1da215a90e272dde109dcb4875e417df.tar.gz
gentoo-98b4be4f1da215a90e272dde109dcb4875e417df.tar.bz2
gentoo-98b4be4f1da215a90e272dde109dcb4875e417df.zip
lxqt-base/lxqt-runner: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
index ee01c78c8294..809aed24eff0 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-1.0.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-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
@@ -15,7 +15,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="LGPL-2.1 LGPL-2.1+"