diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 01:09:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 01:09:52 +0100 |
commit | 538ac3ff8971edcab00243f5e2f6c83caa828175 (patch) | |
tree | be959850b3de7a03c584646dc3ac6f109758b41a /lxqt-base/lxqt-notificationd | |
parent | gui-libs/xdg-desktop-portal-lxqt: Stabilize 0.4.0 amd64, #907298 (diff) | |
download | gentoo-538ac3ff8971edcab00243f5e2f6c83caa828175.tar.gz gentoo-538ac3ff8971edcab00243f5e2f6c83caa828175.tar.bz2 gentoo-538ac3ff8971edcab00243f5e2f6c83caa828175.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.3.0 amd64, #907298
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-notificationd')
-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 4f65c2d4b0d3..0ace16573a3f 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+" |