diff options
author | Sam James <sam@gentoo.org> | 2021-07-10 01:45:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 01:47:11 +0100 |
commit | 591f1e7998c0f2aa007f3bbdf0510ed4ad03353f (patch) | |
tree | 503c426c1d76e5fe77f37fb8900846aeb6d2cc1f /lxqt-base/lxqt-config | |
parent | lxqt-base/lxqt-admin: Stabilize 0.17.0 amd64, #801154 (diff) | |
download | gentoo-591f1e7998c0f2aa007f3bbdf0510ed4ad03353f.tar.gz gentoo-591f1e7998c0f2aa007f3bbdf0510ed4ad03353f.tar.bz2 gentoo-591f1e7998c0f2aa007f3bbdf0510ed4ad03353f.zip |
lxqt-base/lxqt-config: Stabilize 0.17.1 amd64, #801154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-config')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-0.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-0.17.1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.17.1.ebuild index 7dc8f7f7264c..4eb9cb22a719 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.17.1.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-0.17.1.ebuild @@ -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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |