diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 21:48:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 21:48:36 +0000 |
commit | dbbb2f0879a4cfc6b7dffc9e7b96bbd210603f37 (patch) | |
tree | 9a1497378115d038c4024c2e6f7e3cd2a6d260f5 /lxqt-base/lxqt-about | |
parent | lxqt-base/liblxqt: Stabilize 1.2.0 x86, #886365 (diff) | |
download | gentoo-dbbb2f0879a4cfc6b7dffc9e7b96bbd210603f37.tar.gz gentoo-dbbb2f0879a4cfc6b7dffc9e7b96bbd210603f37.tar.bz2 gentoo-dbbb2f0879a4cfc6b7dffc9e7b96bbd210603f37.zip |
lxqt-base/lxqt-about: Stabilize 1.2.0 x86, #886365
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-about')
-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 1c6dc3b5eaff..cd38b4ad2cde 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+" |