diff options
author | Sam James <sam@gentoo.org> | 2023-12-27 20:58:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-27 21:02:00 +0000 |
commit | cff45995861dfa27b51594aaa9a8e04a7dbdc893 (patch) | |
tree | 0f31c00620bd6fc5fc35fd9bd2dc7eb1b04b08c8 /lxqt-base | |
parent | lxqt-base/lxqt-meta: Stabilize 1.4.0 x86, #920175 (diff) | |
download | gentoo-cff45995861dfa27b51594aaa9a8e04a7dbdc893.tar.gz gentoo-cff45995861dfa27b51594aaa9a8e04a7dbdc893.tar.bz2 gentoo-cff45995861dfa27b51594aaa9a8e04a7dbdc893.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.4.0 x86, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild index 0ace16573a3f..264356e67964 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.4.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+" |