diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 06:11:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 06:11:28 +0000 |
commit | 684e1a53c9646cd93b9cc48e8f08ee576be0874c (patch) | |
tree | 03cde6a6c3fd706db8395c2005ecb675bb901d63 /dev-libs/libqtxdg | |
parent | app-misc/qtxdg-tools: Stabilize 3.12.0 arm64, #920175 (diff) | |
download | gentoo-684e1a53c9646cd93b9cc48e8f08ee576be0874c.tar.gz gentoo-684e1a53c9646cd93b9cc48e8f08ee576be0874c.tar.bz2 gentoo-684e1a53c9646cd93b9cc48e8f08ee576be0874c.zip |
dev-libs/libqtxdg: Stabilize 3.12.0 arm64, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libqtxdg')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-3.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-3.12.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.12.0.ebuild index 01da5c1f7e5c..a865ecebc6cd 100644 --- a/dev-libs/libqtxdg/libqtxdg-3.12.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-3.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" |