diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-04 18:36:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-04 18:36:14 +0300 |
commit | 22264a2fe2672b7d0e4e89b40912232ba95848d3 (patch) | |
tree | cbc1566fcb55eeaf6d87a790525546575f717933 /lxqt-base | |
parent | gui-libs/xdg-desktop-portal-lxqt: Keyword 1.0.2 ppc64, #935831 (diff) | |
download | gentoo-22264a2fe2672b7d0e4e89b40912232ba95848d3.tar.gz gentoo-22264a2fe2672b7d0e4e89b40912232ba95848d3.tar.bz2 gentoo-22264a2fe2672b7d0e4e89b40912232ba95848d3.zip |
lxqt-base/liblxqt: Keyword 2.0.0-r1 ppc64, #935831
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild index 19f8528bae26..7a2cce6eccfa 100644 --- a/lxqt-base/liblxqt/liblxqt-2.0.0-r1.ebuild +++ b/lxqt-base/liblxqt/liblxqt-2.0.0-r1.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 arm64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+ BSD" |