diff options
author | Sam James <sam@gentoo.org> | 2022-07-26 08:04:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-26 08:04:31 +0100 |
commit | bafc037dbaf1ce9e765cd7fa152bdc744cba6a6c (patch) | |
tree | c4a280d7b1dfdad5d9c6a9fe1ea3248387f5a375 /lxqt-base | |
parent | gui-libs/xdg-desktop-portal-lxqt: Stabilize 0.2.0 arm64, #858218 (diff) | |
download | gentoo-bafc037dbaf1ce9e765cd7fa152bdc744cba6a6c.tar.gz gentoo-bafc037dbaf1ce9e765cd7fa152bdc744cba6a6c.tar.bz2 gentoo-bafc037dbaf1ce9e765cd7fa152bdc744cba6a6c.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.1.0 arm64, #858218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild index 4aadbe818a25..90078e29b7e4 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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+" |