diff options
author | Sam James <sam@gentoo.org> | 2023-12-20 01:38:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-20 01:38:42 +0000 |
commit | 18019582654c0abfb12f16ec2f1ca616b7445a8e (patch) | |
tree | d60bf1027658796f9925e975569bb1d56d27f8ca /lxqt-base | |
parent | lxqt-base/lxqt-powermanagement: Stabilize 1.4.0 amd64, #920175 (diff) | |
download | gentoo-18019582654c0abfb12f16ec2f1ca616b7445a8e.tar.gz gentoo-18019582654c0abfb12f16ec2f1ca616b7445a8e.tar.bz2 gentoo-18019582654c0abfb12f16ec2f1ca616b7445a8e.zip |
lxqt-base/lxqt-qtplugin: Stabilize 1.4.0 amd64, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-1.4.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-1.4.0.ebuild index 1b319db43db5..9526dc2a0717 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-1.4.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-1.4.0.ebuild @@ -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 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+" |