diff options
author | Sam James <sam@gentoo.org> | 2022-07-22 17:53:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 17:53:52 +0000 |
commit | a8007740b2acbb58be85b9237bb6f993c2da8849 (patch) | |
tree | 9fb1921d62c35ec28d392510ca6db1e8b6b879ca /lxqt-base | |
parent | lxqt-base/lxqt-globalkeys: Stabilize 1.1.0 amd64, #858218 (diff) | |
download | gentoo-a8007740b2acbb58be85b9237bb6f993c2da8849.tar.gz gentoo-a8007740b2acbb58be85b9237bb6f993c2da8849.tar.bz2 gentoo-a8007740b2acbb58be85b9237bb6f993c2da8849.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.1.0 amd64, #858218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild index 76704a34e24e..4aadbe818a25 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.1.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+" |