diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-22 10:28:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-22 10:30:34 +0300 |
commit | 0bd241350aca22acdab5a736fd490365376ff0ba (patch) | |
tree | aaf9fdf9854cc2f716593ad042a59ef690cad2ae /dev-libs/libqtxdg | |
parent | net-misc/apt-cacher-ng: Version 3.2_p2 (diff) | |
download | gentoo-0bd241350aca22acdab5a736fd490365376ff0ba.tar.gz gentoo-0bd241350aca22acdab5a736fd490365376ff0ba.tar.bz2 gentoo-0bd241350aca22acdab5a736fd490365376ff0ba.zip |
dev-libs/libqtxdg: amd64 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="amd64"
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 f01b33214f82..f9684efda111 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" |