diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 22:56:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 22:56:02 +0100 |
commit | 89fbc1f1cf02d70af5a3909bf53444cffc24c0b1 (patch) | |
tree | 74c6639b852a6f9f4a80bde7585382377802bcb8 /lxqt-base | |
parent | dev-libs/libqtxdg: Stabilize 3.11.0 arm64, #907298 (diff) | |
download | gentoo-89fbc1f1cf02d70af5a3909bf53444cffc24c0b1.tar.gz gentoo-89fbc1f1cf02d70af5a3909bf53444cffc24c0b1.tar.bz2 gentoo-89fbc1f1cf02d70af5a3909bf53444cffc24c0b1.zip |
lxqt-base/liblxqt: Stabilize 1.3.0 arm64, #907298
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild index e21127932805..35d293f212c3 100644 --- a/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild +++ b/lxqt-base/liblxqt/liblxqt-1.3.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 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1+ BSD" |