diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:55 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:55 +0200 |
commit | de1fb4b426d017370657f42dbbae9bc5d1b92ecb (patch) | |
tree | 3c8523f1d2f36d837055fa262311462a21f25e1b /lxqt-base/lxqt-config | |
parent | lxqt-base/lxqt-admin: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-de1fb4b426d017370657f42dbbae9bc5d1b92ecb.tar.gz gentoo-de1fb4b426d017370657f42dbbae9bc5d1b92ecb.tar.bz2 gentoo-de1fb4b426d017370657f42dbbae9bc5d1b92ecb.zip |
lxqt-base/lxqt-config: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-config')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.0.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.0.0.ebuild index c23dad1cd68e..2bd26e077de7 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.0.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-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="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |