diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:34:09 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:34:09 +0300 |
commit | fd0886072831ec67ef04ee29ead1470eac55dcff (patch) | |
tree | 865f7ffcb0dcd09cecb3a96a74c6219d65e40f4d /lxqt-base | |
parent | lxqt-base/lxqt-admin: x86 stable wrt bug #734818 (diff) | |
download | gentoo-fd0886072831ec67ef04ee29ead1470eac55dcff.tar.gz gentoo-fd0886072831ec67ef04ee29ead1470eac55dcff.tar.bz2 gentoo-fd0886072831ec67ef04ee29ead1470eac55dcff.zip |
lxqt-base/lxqt-config: x86 stable wrt bug #734818
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-0.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-0.15.0-r1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.15.0-r1.ebuild index c0ced08d6d7e..84f03be2dab7 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.15.0-r1.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-0.15.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 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |