diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:18 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-12 20:22:18 +0300 |
commit | 7d6d20904023f32684566b1d38e1c21129cfea6b (patch) | |
tree | 9adef7e49f2535be376d39170fe18751bfa33934 /lxqt-base | |
parent | lxqt-base/lxqt-globalkeys: Stabilize 2.0.0 arm64, #938702 (diff) | |
download | gentoo-7d6d20904023f32684566b1d38e1c21129cfea6b.tar.gz gentoo-7d6d20904023f32684566b1d38e1c21129cfea6b.tar.bz2 gentoo-7d6d20904023f32684566b1d38e1c21129cfea6b.zip |
lxqt-base/lxqt-notificationd: Stabilize 2.0.1 arm64, #938702
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild index 0cc1be3e6919..5b139664a531 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.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 ~arm64 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" fi LICENSE="LGPL-2.1 LGPL-2.1+" |