diff options
author | Sam James <sam@gentoo.org> | 2021-07-11 21:50:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-11 21:50:13 +0100 |
commit | 482956459de0f726990b348c329c502ec7de09ee (patch) | |
tree | cf63b2cb5be824f5e9733416183430e42a8ffe0e /lxqt-base/lxqt-config | |
parent | lxqt-base/lxqt-admin: Stabilize 0.17.0 x86, #801154 (diff) | |
download | gentoo-482956459de0f726990b348c329c502ec7de09ee.tar.gz gentoo-482956459de0f726990b348c329c502ec7de09ee.tar.bz2 gentoo-482956459de0f726990b348c329c502ec7de09ee.zip |
lxqt-base/lxqt-config: Stabilize 0.17.1 x86, #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 4eb9cb22a719..f0b8b04aa0d7 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" |