diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 01:09:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 01:09:50 +0100 |
commit | 0338ea57f2e64d6ee1755aeeb418df6078fa624f (patch) | |
tree | eea8794d3a68243a01d75ea12da10ac6d1dc6b5c /lxqt-base/lxqt-meta | |
parent | lxqt-base/lxqt-globalkeys: Stabilize 1.3.0 amd64, #907298 (diff) | |
download | gentoo-0338ea57f2e64d6ee1755aeeb418df6078fa624f.tar.gz gentoo-0338ea57f2e64d6ee1755aeeb418df6078fa624f.tar.bz2 gentoo-0338ea57f2e64d6ee1755aeeb418df6078fa624f.zip |
lxqt-base/lxqt-meta: Stabilize 1.3.0 amd64, #907298
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-meta')
-rw-r--r-- | lxqt-base/lxqt-meta/lxqt-meta-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-1.3.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-1.3.0.ebuild index 795379cf238b..c474263ea202 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-1.3.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="metapackage" |