diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:31:37 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:31:37 +0300 |
commit | f049e24d8bca9be6fbe45c273837a146d5fec294 (patch) | |
tree | f5ed39055392c7eb1cd5c00c918862ab8bbed47d /lxqt-base/lxqt-qtplugin | |
parent | lxqt-base/lxqt-powermanagement: amd64 stable wrt bug #734818 (diff) | |
download | gentoo-f049e24d8bca9be6fbe45c273837a146d5fec294.tar.gz gentoo-f049e24d8bca9be6fbe45c273837a146d5fec294.tar.bz2 gentoo-f049e24d8bca9be6fbe45c273837a146d5fec294.zip |
lxqt-base/lxqt-qtplugin: amd64 stable wrt bug #734818
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-qtplugin')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.1.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.1.ebuild index 8e1b6244cc75..6a60fb3cfe10 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.1.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.1.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 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="LGPL-2.1+" |