diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:30:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:30:59 +0300 |
commit | dcf30ef91d11d85fbaaca3649e158b928614dbf1 (patch) | |
tree | 02749514590e2166d8e5678139c8305b9e67c46c /lxqt-base/lxqt-globalkeys | |
parent | lxqt-base/lxqt-config: amd64 stable wrt bug #734818 (diff) | |
download | gentoo-dcf30ef91d11d85fbaaca3649e158b928614dbf1.tar.gz gentoo-dcf30ef91d11d85fbaaca3649e158b928614dbf1.tar.bz2 gentoo-dcf30ef91d11d85fbaaca3649e158b928614dbf1.zip |
lxqt-base/lxqt-globalkeys: 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-globalkeys')
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild index 49455e5c9f04..638a64ea7708 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.15.0.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 LGPL-2.1+" |