diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:56 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:56 +0200 |
commit | 5ac86b09397736a9e27b70af6a3bf860317a4f5e (patch) | |
tree | 88fdd399008fbe84712ed0fbc6bdae83e8832727 /lxqt-base | |
parent | lxqt-base/lxqt-config: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-5ac86b09397736a9e27b70af6a3bf860317a4f5e.tar.gz gentoo-5ac86b09397736a9e27b70af6a3bf860317a4f5e.tar.bz2 gentoo-5ac86b09397736a9e27b70af6a3bf860317a4f5e.zip |
lxqt-base/lxqt-globalkeys: Stabilize 1.0.1 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.0.1.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.0.1.ebuild index b9a3c54ee667..57747d43b1ab 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.0.1.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.0.1.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+" |