diff options
author | Sam James <sam@gentoo.org> | 2021-07-11 21:50:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-11 21:50:16 +0100 |
commit | 14495bc6018e2d81f3c49be80452840ec3f13abf (patch) | |
tree | a881f8d2bb2c7ca4f7bc67816962c5861f0b88db /lxqt-base/lxqt-notificationd | |
parent | lxqt-base/lxqt-meta: Stabilize 0.17.0 x86, #801154 (diff) | |
download | gentoo-14495bc6018e2d81f3c49be80452840ec3f13abf.tar.gz gentoo-14495bc6018e2d81f3c49be80452840ec3f13abf.tar.bz2 gentoo-14495bc6018e2d81f3c49be80452840ec3f13abf.zip |
lxqt-base/lxqt-notificationd: Stabilize 0.17.0 x86, #801154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-notificationd')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild index 3d058f2a8ee9..8b6d6438d5e1 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.17.0.ebuild @@ -13,7 +13,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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |