diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 16:14:19 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 16:14:19 +0300 |
commit | f8b7e7b4b12aca14951eeba957abac76b7fe5d77 (patch) | |
tree | 5b7d0ed3efb36d8b56539704c24bded7c48a48a3 /lxqt-base/lxqt-notificationd | |
parent | lxqt-base/lxqt-globalkeys: Stabilize 1.0.1 arm64, #831448 (diff) | |
download | gentoo-f8b7e7b4b12aca14951eeba957abac76b7fe5d77.tar.gz gentoo-f8b7e7b4b12aca14951eeba957abac76b7fe5d77.tar.bz2 gentoo-f8b7e7b4b12aca14951eeba957abac76b7fe5d77.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.0.0 arm64, #831448
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-notificationd')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild index f6955f4ef780..f918647f1a55 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.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 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |