diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-25 19:18:28 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-25 19:18:29 +0800 |
commit | cc9341a07339910021e63ebc0b64fc9dcc59e2c4 (patch) | |
tree | 1f7892453063e20e50a214082b464a96929ecadf /lxqt-base | |
parent | lxqt-base/lxqt-panel: keyword 1.1.0 for ~loong (diff) | |
download | gentoo-cc9341a07339910021e63ebc0b64fc9dcc59e2c4.tar.gz gentoo-cc9341a07339910021e63ebc0b64fc9dcc59e2c4.tar.bz2 gentoo-cc9341a07339910021e63ebc0b64fc9dcc59e2c4.zip |
lxqt-base/lxqt-notificationd: keyword 1.1.0 for ~loong
See: https://github.com/xen0n/loongson-overlay/pull/25
Tested-by: HougeLangley <hougelangley1987@gmail.com>
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'lxqt-base')
-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 1993386c97bc..7cacd6f7ec45 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 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |