diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:08 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:08 +0200 |
commit | 955647f69b08a60c5c84d8ef6952cf08d42889c1 (patch) | |
tree | fce10c8f9a7214da46637240e678f4511318dbbc /lxqt-base/lxqt-policykit | |
parent | media-gfx/lximage-qt: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-955647f69b08a60c5c84d8ef6952cf08d42889c1.tar.gz gentoo-955647f69b08a60c5c84d8ef6952cf08d42889c1.tar.bz2 gentoo-955647f69b08a60c5c84d8ef6952cf08d42889c1.zip |
lxqt-base/lxqt-policykit: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-policykit')
-rw-r--r-- | lxqt-base/lxqt-policykit/lxqt-policykit-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-1.0.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-1.0.0.ebuild index 450daf49d66a..8fd905199374 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-1.0.0.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-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+" |