diff options
author | 2019-09-03 21:40:36 +0200 | |
---|---|---|
committer | 2021-09-22 19:39:57 +0200 | |
commit | 2070b608a23f6be190aaeb1352001e50a06e8c83 (patch) | |
tree | 109cf4a9dbbfa557d6c1c79236c68f1784339364 /lxqt-base/lxqt-qtplugin | |
parent | lxqt-base/lxqt-runner: keyworded for ppc64, bug #689606 (diff) | |
download | qt-2070b608a23f6be190aaeb1352001e50a06e8c83.tar.gz qt-2070b608a23f6be190aaeb1352001e50a06e8c83.tar.bz2 qt-2070b608a23f6be190aaeb1352001e50a06e8c83.zip |
lxqt-base/lxqt-qtplugin: keyworded for ppc64, bug #689606
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Erhard Furtner <erhard_f@mailbox.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-qtplugin')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild index cf5c8d82..cf4d8443 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="LGPL-2.1+" |