diff options
author | Sam James <sam@gentoo.org> | 2023-12-20 01:38:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-20 01:38:38 +0000 |
commit | 0936071a96055f94ae6054be5ce81352d55ed31c (patch) | |
tree | 8582d31a6f891284f43093419173389b272b368d /lxqt-base/lxqt-notificationd | |
parent | lxqt-base/lxqt-meta: Stabilize 1.4.0 amd64, #920175 (diff) | |
download | gentoo-0936071a96055f94ae6054be5ce81352d55ed31c.tar.gz gentoo-0936071a96055f94ae6054be5ce81352d55ed31c.tar.bz2 gentoo-0936071a96055f94ae6054be5ce81352d55ed31c.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.4.0 amd64, #920175
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.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 4f65c2d4b0d3..0ace16573a3f 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+" |