diff options
author | 2020-07-31 19:34:48 +0300 | |
---|---|---|
committer | 2020-07-31 19:34:48 +0300 | |
commit | 3350b7c11f3f89d331a856e55e6389ce9d0235e5 (patch) | |
tree | b32a09fc7d1fdd4cb9331994cf8e1ac5b91c7a43 /media-gfx | |
parent | lxqt-base/lxqt-sudo: x86 stable wrt bug #734818 (diff) | |
download | gentoo-3350b7c11f3f89d331a856e55e6389ce9d0235e5.tar.gz gentoo-3350b7c11f3f89d331a856e55e6389ce9d0235e5.tar.bz2 gentoo-3350b7c11f3f89d331a856e55e6389ce9d0235e5.zip |
media-gfx/lximage-qt: 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 'media-gfx')
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-0.15.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.15.0.ebuild index cb121c3239d0..27e66724b27a 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.15.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-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="GPL-2 GPL-2+" |