diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-01-21 10:01:59 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-01-21 10:01:59 +0100 |
commit | 7981c7d32e268976a54f0c6c2285a0100e28e515 (patch) | |
tree | 96759311d3a784ec053a0f38c148a12cac76cba3 /lxqt-base/lxqt-meta | |
parent | lxqt-base/lxqt-globalkeys: amd64 stable wrt bug #766342 (diff) | |
download | gentoo-7981c7d32e268976a54f0c6c2285a0100e28e515.tar.gz gentoo-7981c7d32e268976a54f0c6c2285a0100e28e515.tar.bz2 gentoo-7981c7d32e268976a54f0c6c2285a0100e28e515.zip |
lxqt-base/lxqt-meta: 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-meta')
-rw-r--r-- | lxqt-base/lxqt-meta/lxqt-meta-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.16.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.16.0.ebuild index 520e7e85168c..5867abc19c79 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.16.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.16.0.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 @@ -9,7 +9,7 @@ DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" HOMEPAGE="https://lxqt.github.io/" if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="metapackage" |