diff options
author | 2025-01-31 09:41:16 +0200 | |
---|---|---|
committer | 2025-01-31 09:41:16 +0200 | |
commit | 9bf016347b6f98f39c0a90af49acc2aef6dd5790 (patch) | |
tree | ea58ae99e432b85f586cb907efae382f5ad9b844 /gui-libs | |
parent | dev-util/lxqt-build-tools: Stabilize 2.1.0 arm64, #949084 (diff) | |
download | gentoo-9bf016347b6f98f39c0a90af49acc2aef6dd5790.tar.gz gentoo-9bf016347b6f98f39c0a90af49acc2aef6dd5790.tar.bz2 gentoo-9bf016347b6f98f39c0a90af49acc2aef6dd5790.zip |
gui-libs/xdg-desktop-portal-lxqt: Stabilize 1.1.0 arm64, #949084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.1.0.ebuild b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.1.0.ebuild index e00ad5a9775e..1a2520b88555 100644 --- a/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.1.0.ebuild +++ b/gui-libs/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1" |