diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 21:25:43 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 21:25:43 +0200 |
commit | 74f7f386788bc90ab83b4dedbcfb280802be9e3c (patch) | |
tree | 3cce6864d8aa9b217d3c2c6635384d060ddaf66a /lxqt-base | |
parent | lxqt-base/lxqt-globalkeys: Stabilize 1.2.0 arm64, #886365 (diff) | |
download | gentoo-74f7f386788bc90ab83b4dedbcfb280802be9e3c.tar.gz gentoo-74f7f386788bc90ab83b4dedbcfb280802be9e3c.tar.bz2 gentoo-74f7f386788bc90ab83b4dedbcfb280802be9e3c.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.2.0 arm64, #886365
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild index c09e263500e8..98e2e4509c36 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.2.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+" |