diff options
author | Sam James <sam@gentoo.org> | 2021-07-10 01:45:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 01:47:14 +0100 |
commit | f66b54682449e9fd334e83a5c001ccc89c2cd00e (patch) | |
tree | 84976782477403814d614d4bebb2e2b467a56776 /lxqt-base | |
parent | lxqt-base/lxqt-meta: Stabilize 0.17.0 amd64, #801154 (diff) | |
download | gentoo-f66b54682449e9fd334e83a5c001ccc89c2cd00e.tar.gz gentoo-f66b54682449e9fd334e83a5c001ccc89c2cd00e.tar.bz2 gentoo-f66b54682449e9fd334e83a5c001ccc89c2cd00e.zip |
lxqt-base/lxqt-notificationd: Stabilize 0.17.0 amd64, #801154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-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 aa55c540805f..3d058f2a8ee9 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+" |