diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:13 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:13 +0200 |
commit | cf6f819ba3c596068ea1d8d4fa8260da2780fd8c (patch) | |
tree | 2d044d701fc6e065b9d5d4a5f09e47ac290c4288 /lxqt-base | |
parent | lxqt-base/lxqt-openssh-askpass: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-cf6f819ba3c596068ea1d8d4fa8260da2780fd8c.tar.gz gentoo-cf6f819ba3c596068ea1d8d4fa8260da2780fd8c.tar.bz2 gentoo-cf6f819ba3c596068ea1d8d4fa8260da2780fd8c.zip |
lxqt-base/lxqt-sudo: 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-sudo/lxqt-sudo-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild index 7cc8403ea2f4..c76347f9252f 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-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 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |