diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 07:16:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 07:17:01 +0100 |
commit | d073f3702252486ada81b42f4c95fb66d50b07ff (patch) | |
tree | 5b4244fcbc969bb26beb31d2673c49cc3b4ccbf7 /lxqt-base | |
parent | lxqt-base/lxqt-openssh-askpass: Stabilize 1.0.0 x86, #831448 (diff) | |
download | gentoo-d073f3702252486ada81b42f4c95fb66d50b07ff.tar.gz gentoo-d073f3702252486ada81b42f4c95fb66d50b07ff.tar.bz2 gentoo-d073f3702252486ada81b42f4c95fb66d50b07ff.zip |
lxqt-base/lxqt-sudo: Stabilize 1.0.0 x86, #831448
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 c76347f9252f..f966cde78e52 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-1.0.0.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-1.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 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |