diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:12 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:12 +0300 |
commit | bf5b38fbca3eab9bdc55b8767773a8839fd2f7be (patch) | |
tree | 7ead00670da2084819963d94f7ad18095258c468 /dev-libs/libqtxdg | |
parent | dev-util/lxqt-build-tools: Stabilize 2.0.0-r1 arm64, #938702 (diff) | |
download | gentoo-bf5b38fbca3eab9bdc55b8767773a8839fd2f7be.tar.gz gentoo-bf5b38fbca3eab9bdc55b8767773a8839fd2f7be.tar.bz2 gentoo-bf5b38fbca3eab9bdc55b8767773a8839fd2f7be.zip |
dev-libs/libqtxdg: Stabilize 4.0.0 arm64, #938702
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libqtxdg')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild index a2af811db096..cc5bdadc38b9 100644 --- a/dev-libs/libqtxdg/libqtxdg-4.0.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-4.0.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 ~arm64 ~loong ~riscv" + KEYWORDS="amd64 arm64 ~loong ~riscv" fi LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" |