diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:51 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:51 +0200 |
commit | d273fd03aab6fc3e8482c5cc20a6251bffac427a (patch) | |
tree | 7f3d54ef21f5f6bacdfaac7beeb61aea75113f8a /dev-libs | |
parent | dev-util/lxqt-build-tools: Stabilize 0.10.0 amd64, #831448 (diff) | |
download | gentoo-d273fd03aab6fc3e8482c5cc20a6251bffac427a.tar.gz gentoo-d273fd03aab6fc3e8482c5cc20a6251bffac427a.tar.bz2 gentoo-d273fd03aab6fc3e8482c5cc20a6251bffac427a.zip |
dev-libs/libqtxdg: Stabilize 3.8.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-3.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-3.8.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.8.0.ebuild index 4d53d7eae82f..0e9086ca0c2b 100644 --- a/dev-libs/libqtxdg/libqtxdg-3.8.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-3.8.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+ Nokia-Qt-LGPL-Exception-1.1" |