diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:57 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:33:57 +0200 |
commit | 6f05b89510b216aba7565c088d0730a4863e814c (patch) | |
tree | 7a13077a5867c413d94b2df1a58e8a11418986a3 /lxqt-base | |
parent | lxqt-base/lxqt-globalkeys: Stabilize 1.0.1 amd64, #831448 (diff) | |
download | gentoo-6f05b89510b216aba7565c088d0730a4863e814c.tar.gz gentoo-6f05b89510b216aba7565c088d0730a4863e814c.tar.bz2 gentoo-6f05b89510b216aba7565c088d0730a4863e814c.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.0.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild index 9cbfbe3ee0d5..dfe31f5d325c 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |