diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:52 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:52 +0200 |
commit | 1123c80e5e03d5e570c591257caa93f8729f41ac (patch) | |
tree | 90cfb9e916120f4c2418816f57b95502c4252c53 /lxqt-base/liblxqt | |
parent | dev-libs/libqtxdg: Stabilize 3.8.0 amd64, #831448 (diff) | |
download | gentoo-1123c80e5e03d5e570c591257caa93f8729f41ac.tar.gz gentoo-1123c80e5e03d5e570c591257caa93f8729f41ac.tar.bz2 gentoo-1123c80e5e03d5e570c591257caa93f8729f41ac.zip |
lxqt-base/liblxqt: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base/liblxqt')
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild index 323bfbf1ef91..7f3e71fa6af1 100644 --- a/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild +++ b/lxqt-base/liblxqt/liblxqt-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+ BSD" |