diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:59 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:59 +0200 |
commit | e9de0cde331b7b46b126a7291771c2a0ffc83eac (patch) | |
tree | 75a348783690e9b28a5062235e64a45a0f97eb2f /lxqt-base/lxqt-panel | |
parent | media-sound/pavucontrol-qt: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-e9de0cde331b7b46b126a7291771c2a0ffc83eac.tar.gz gentoo-e9de0cde331b7b46b126a7291771c2a0ffc83eac.tar.bz2 gentoo-e9de0cde331b7b46b126a7291771c2a0ffc83eac.zip |
lxqt-base/lxqt-panel: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-panel')
-rw-r--r-- | lxqt-base/lxqt-panel/lxqt-panel-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-1.0.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-1.0.0.ebuild index 4d81053dc420..4769bd235257 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-1.0.0.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-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 @@ -15,7 +15,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 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |