diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 11:03:23 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 11:03:23 +0000 |
commit | 76a05823a4266006d3de1efefb4e6b235a679de5 (patch) | |
tree | 89e3190fd5ef746bdf3e0d7f4a45a530bb823c5a /lxqt-base | |
parent | gui-libs/xdg-desktop-portal-lxqt: Stabilize 0.4.0 x86, #907298 (diff) | |
download | gentoo-76a05823a4266006d3de1efefb4e6b235a679de5.tar.gz gentoo-76a05823a4266006d3de1efefb4e6b235a679de5.tar.bz2 gentoo-76a05823a4266006d3de1efefb4e6b235a679de5.zip |
lxqt-base/lxqt-notificationd: Stabilize 1.3.0 x86, #907298
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild index 0ace16573a3f..264356e67964 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-1.3.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+" |