diff options
author | 2022-07-20 05:36:22 +0000 | |
---|---|---|
committer | 2022-07-20 05:36:22 +0000 | |
commit | 428b37289087a1e8bf13b0a6d2241361eb3a247d (patch) | |
tree | 80003a8ece17bcb70f1f07b52903dcfd59ccde7f /lxqt-base | |
parent | lxqt-base/lxqt-notificationd: Stabilize 1.1.0 x86, #858218 (diff) | |
download | gentoo-428b37289087a1e8bf13b0a6d2241361eb3a247d.tar.gz gentoo-428b37289087a1e8bf13b0a6d2241361eb3a247d.tar.bz2 gentoo-428b37289087a1e8bf13b0a6d2241361eb3a247d.zip |
lxqt-base/lxqt-panel: Stabilize 1.1.0 x86, #858218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-panel/lxqt-panel-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-1.1.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-1.1.0.ebuild index 51eea01a97f2..66ce01664e46 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-1.1.0.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-1.1.0.ebuild @@ -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 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |