diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 07:16:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 07:16:46 +0100 |
commit | f31912057e730690dd130eb55189330644c0d60a (patch) | |
tree | 275a0cc4ef37a7c650a5b4048bca92e5ac8ffc99 /lxqt-base | |
parent | lxqt-base/lxqt-globalkeys: Stabilize 1.0.1 x86, #831448 (diff) | |
download | gentoo-f31912057e730690dd130eb55189330644c0d60a.tar.gz gentoo-f31912057e730690dd130eb55189330644c0d60a.tar.bz2 gentoo-f31912057e730690dd130eb55189330644c0d60a.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.0.0 x86, #831448
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild index dfe31f5d325c..f6955f4ef780 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |