diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-03 14:18:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-03 14:18:49 +0200 |
commit | 3444a479b189d2458b9b43ba5857283a787195d3 (patch) | |
tree | bee6a8a7a04ad922a03da9cc31f7df36355aaa01 /dev-libs/libqtxdg | |
parent | net-irc/hexchat: sparc stable wrt bug #715996 (diff) | |
download | gentoo-3444a479b189d2458b9b43ba5857283a787195d3.tar.gz gentoo-3444a479b189d2458b9b43ba5857283a787195d3.tar.bz2 gentoo-3444a479b189d2458b9b43ba5857283a787195d3.zip |
dev-libs/libqtxdg: x86 stable wrt bug #715626
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/libqtxdg')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild index a0c8d11897b7..eebc37d82ef2 100644 --- a/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-3.4.0.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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1" |