diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:01 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:01 +0200 |
commit | 20896d0bbc65fee0c913a5c4cb60179e67cacb91 (patch) | |
tree | a510f36acee21c88a431440bbd7f7fa6cc3b130c | |
parent | x11-libs/libfm-qt: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-20896d0bbc65fee0c913a5c4cb60179e67cacb91.tar.gz gentoo-20896d0bbc65fee0c913a5c4cb60179e67cacb91.tar.bz2 gentoo-20896d0bbc65fee0c913a5c4cb60179e67cacb91.zip |
lxqt-base/lxqt-qtplugin: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-1.0.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-1.0.0.ebuild index befd0c8966d4..a92cc0b27f51 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-1.0.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-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 @@ -15,7 +15,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+" |