diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-01-21 10:01:49 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-01-21 10:01:49 +0100 |
commit | e2a647b4354142fa93f77529637af17ccc4dde63 (patch) | |
tree | d9ae5a359d8a5abaa72dc10d26402e88de56f3b0 /lxqt-base/lxqt-config | |
parent | lxqt-base/lxqt-admin: amd64 stable wrt bug #766342 (diff) | |
download | gentoo-e2a647b4354142fa93f77529637af17ccc4dde63.tar.gz gentoo-e2a647b4354142fa93f77529637af17ccc4dde63.tar.bz2 gentoo-e2a647b4354142fa93f77529637af17ccc4dde63.zip |
lxqt-base/lxqt-config: amd64 stable wrt bug #766342
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-config')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-0.16.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-0.16.1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.16.1.ebuild index 6671ef9ded0a..9e7f0c824bcb 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.16.1.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-0.16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |