diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:53 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:53 +0200 |
commit | e0a89e1a51a975a5d17ffafb40d946ffc46edbd8 (patch) | |
tree | 048077de3ddbb89b64c1291adca640cb1382a563 /lxqt-base/lxqt-about | |
parent | lxqt-base/libsysstat: Stabilize 0.4.6 amd64, #831448 (diff) | |
download | gentoo-e0a89e1a51a975a5d17ffafb40d946ffc46edbd8.tar.gz gentoo-e0a89e1a51a975a5d17ffafb40d946ffc46edbd8.tar.bz2 gentoo-e0a89e1a51a975a5d17ffafb40d946ffc46edbd8.zip |
lxqt-base/lxqt-about: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-about')
-rw-r--r-- | lxqt-base/lxqt-about/lxqt-about-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-about/lxqt-about-1.0.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-1.0.0.ebuild index d752f4c533b2..1be75c532b3a 100644 --- a/lxqt-base/lxqt-about/lxqt-about-1.0.0.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-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+" |