diff options
author | Sam James <sam@gentoo.org> | 2022-07-22 17:53:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 17:53:51 +0000 |
commit | 16de1ddd65d7fec641bf65f82f5387dec8342265 (patch) | |
tree | ddaf6e7570eade8fa03d9595454308d5d105b690 /lxqt-base | |
parent | lxqt-base/lxqt-admin: Stabilize 1.1.0 amd64, #858218 (diff) | |
download | gentoo-16de1ddd65d7fec641bf65f82f5387dec8342265.tar.gz gentoo-16de1ddd65d7fec641bf65f82f5387dec8342265.tar.bz2 gentoo-16de1ddd65d7fec641bf65f82f5387dec8342265.zip |
lxqt-base/lxqt-config: Stabilize 1.1.0 amd64, #858218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.1.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.1.0.ebuild index 214f38781994..f9de5e4f96d7 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.1.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-1.1.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="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |