diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:16 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:16 +0200 |
commit | fe7b25c73f114fc70e2fa47e2992af967dd72b89 (patch) | |
tree | 7b71aa28881708c03c9e3756e9d1809e94fc84be /lxqt-base/lxqt-meta | |
parent | x11-terms/qterminal: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-fe7b25c73f114fc70e2fa47e2992af967dd72b89.tar.gz gentoo-fe7b25c73f114fc70e2fa47e2992af967dd72b89.tar.bz2 gentoo-fe7b25c73f114fc70e2fa47e2992af967dd72b89.zip |
lxqt-base/lxqt-meta: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-meta')
-rw-r--r-- | lxqt-base/lxqt-meta/lxqt-meta-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-1.0.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-1.0.0.ebuild index 20b42ad90173..6bd74b8d7729 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-1.0.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" HOMEPAGE="https://lxqt-project.org/" if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="metapackage" |