diff options
author | Sam James <sam@gentoo.org> | 2022-07-20 05:36:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-20 05:36:22 +0000 |
commit | 3cdd7cf1c4595ff279d4fe3ad29ca36ad3065500 (patch) | |
tree | f4a8a0b1c5ca0d5c93ee8ef8be6c5bec9e000bc3 /lxqt-base/lxqt-notificationd | |
parent | lxqt-base/lxqt-globalkeys: Stabilize 1.1.0 x86, #858218 (diff) | |
download | gentoo-3cdd7cf1c4595ff279d4fe3ad29ca36ad3065500.tar.gz gentoo-3cdd7cf1c4595ff279d4fe3ad29ca36ad3065500.tar.bz2 gentoo-3cdd7cf1c4595ff279d4fe3ad29ca36ad3065500.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.1.0 x86, #858218
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.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 7cacd6f7ec45..76704a34e24e 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+" |