diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 22:32:42 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 22:32:42 +0200 |
commit | f0eee27792e2345c095ab7d87528000a3703357f (patch) | |
tree | 91f57790a94dfb70e83e768514be1033ee9b3ad8 /lxqt-base | |
parent | lxqt-base/liblxqt: Stabilize 1.2.0 amd64, #886365 (diff) | |
download | gentoo-f0eee27792e2345c095ab7d87528000a3703357f.tar.gz gentoo-f0eee27792e2345c095ab7d87528000a3703357f.tar.bz2 gentoo-f0eee27792e2345c095ab7d87528000a3703357f.zip |
lxqt-base/lxqt-about: Stabilize 1.2.0 amd64, #886365
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-about/lxqt-about-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-about/lxqt-about-1.2.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-1.2.0.ebuild index b389442e24ed..1c6dc3b5eaff 100644 --- a/lxqt-base/lxqt-about/lxqt-about-1.2.0.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-1.2.0.ebuild @@ -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 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+" |