diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:29:22 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:29:22 +0300 |
commit | e4df8c2c41809ac26ea0122902261ea5584b7821 (patch) | |
tree | 3ca337d1a72016cdfd4699a3a34faafdc0b29459 /dev-libs/libqtxdg | |
parent | dev-qt/qtchooser: ppc64 stable wrt bug #685260 (diff) | |
download | gentoo-e4df8c2c41809ac26ea0122902261ea5584b7821.tar.gz gentoo-e4df8c2c41809ac26ea0122902261ea5584b7821.tar.bz2 gentoo-e4df8c2c41809ac26ea0122902261ea5584b7821.zip |
dev-libs/libqtxdg: x86 stable wrt bug #686526
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-libs/libqtxdg')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild index f9684efda111..91b64f8020e3 100644 --- a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-3.3.1.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 x86" fi LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" |