diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 16:14:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 16:14:22 +0300 |
commit | b520e829b6690ce75ae19562f946ebad573aa9d4 (patch) | |
tree | 76c5d89b35e4728a8b545832652780148a843259 /x11-themes | |
parent | lxqt-base/lxqt-session: Stabilize 1.0.1 arm64, #831448 (diff) | |
download | gentoo-b520e829b6690ce75ae19562f946ebad573aa9d4.tar.gz gentoo-b520e829b6690ce75ae19562f946ebad573aa9d4.tar.bz2 gentoo-b520e829b6690ce75ae19562f946ebad573aa9d4.zip |
x11-themes/lxqt-themes: Stabilize 1.0.0 arm64, #831448
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild index f4f37b2ef619..30abe8f1b7ff 100644 --- a/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild +++ b/x11-themes/lxqt-themes/lxqt-themes-1.0.0.ebuild @@ -13,7 +13,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+" |