diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:00 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:00 +0200 |
commit | fd38c45142559e568fae9cd56e8efe43831cb4c3 (patch) | |
tree | 61af9c2eb10e9295fae36d3784d91b9362350c38 /x11-libs | |
parent | lxqt-base/lxqt-panel: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-fd38c45142559e568fae9cd56e8efe43831cb4c3.tar.gz gentoo-fd38c45142559e568fae9cd56e8efe43831cb4c3.tar.bz2 gentoo-fd38c45142559e568fae9cd56e8efe43831cb4c3.zip |
x11-libs/libfm-qt: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-1.0.0.ebuild b/x11-libs/libfm-qt/libfm-qt-1.0.0.ebuild index 6652ae75541b..ae0026891912 100644 --- a/x11-libs/libfm-qt/libfm-qt-1.0.0.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-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="BSD GPL-2+ LGPL-2.1+" |