diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-03 14:04:37 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-03 14:04:37 +0200 |
commit | e0aec8ce2630de71a6efa4977e0a89a4df70a2f5 (patch) | |
tree | 90e2dcf23d7dbf33ca53fec35b7342e75662b857 /dev-libs/libqtxdg | |
parent | dev-lang/ruby: amd64 stable wrt bug #715620 (diff) | |
download | gentoo-e0aec8ce2630de71a6efa4977e0a89a4df70a2f5.tar.gz gentoo-e0aec8ce2630de71a6efa4977e0a89a4df70a2f5.tar.bz2 gentoo-e0aec8ce2630de71a6efa4977e0a89a4df70a2f5.zip |
dev-libs/libqtxdg: amd64 stable wrt bug #715626
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild index aa1e840900b4..a0c8d11897b7 100644 --- a/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |