diff options
author | Sam James <sam@gentoo.org> | 2024-09-01 22:28:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-01 22:28:03 +0100 |
commit | 25640b9f226e730e416642639a6d15403c0fd04b (patch) | |
tree | fbf6c47545d6cb78fd3501a1ab8f832b440df16a /lxqt-base | |
parent | lxqt-base/lxqt-globalkeys: Stabilize 2.0.0 amd64, #938702 (diff) | |
download | gentoo-25640b9f226e730e416642639a6d15403c0fd04b.tar.gz gentoo-25640b9f226e730e416642639a6d15403c0fd04b.tar.bz2 gentoo-25640b9f226e730e416642639a6d15403c0fd04b.zip |
lxqt-base/lxqt-notificationd: Stabilize 2.0.1 amd64, #938702
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild index b22a432b675f..0cc1be3e6919 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.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 ~arm64 ~riscv" + KEYWORDS="amd64 ~arm64 ~riscv" fi LICENSE="LGPL-2.1 LGPL-2.1+" |