diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 22:56:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 22:56:10 +0100 |
commit | 7b139d6f5df1c29c9703651197e50fbaba421375 (patch) | |
tree | 150858d7c4f230b2ae95ec581c991b7e93f4a5c1 | |
parent | gui-libs/xdg-desktop-portal-lxqt: Stabilize 0.4.0 arm64, #907298 (diff) | |
download | gentoo-7b139d6f5df1c29c9703651197e50fbaba421375.tar.gz gentoo-7b139d6f5df1c29c9703651197e50fbaba421375.tar.bz2 gentoo-7b139d6f5df1c29c9703651197e50fbaba421375.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.3.0 arm64, #907298
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild index 264356e67964..cac0f5bccc79 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.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+" |