diff options
author | Sam James <sam@gentoo.org> | 2024-09-01 22:28:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-01 22:28:14 +0100 |
commit | d42f96c975f6cb060470f7514eba9ce5c5de21f6 (patch) | |
tree | 5dcbeead764c9b5f0d16b60145a81e25c9d4607d /lxqt-base | |
parent | lxqt-base/lxqt-openssh-askpass: Stabilize 2.0.1 amd64, #938702 (diff) | |
download | gentoo-d42f96c975f6cb060470f7514eba9ce5c5de21f6.tar.gz gentoo-d42f96c975f6cb060470f7514eba9ce5c5de21f6.tar.bz2 gentoo-d42f96c975f6cb060470f7514eba9ce5c5de21f6.zip |
lxqt-base/lxqt-sudo: Stabilize 2.0.0 amd64, #938702
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild index 21b0ee487ae1..eec9e9751c43 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-2.0.0.ebuild @@ -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 ~arm64 ~riscv" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="LGPL-2.1 LGPL-2.1+" |