Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qjson/
Date: Mon, 30 Oct 2017 23:33:34
Message-Id: 1509406298.bc962d859501512280c1d5a345f1c615996c9ef3.asturm@gentoo
1 commit: bc962d859501512280c1d5a345f1c615996c9ef3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 21:50:59 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 23:31:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc962d85
7
8 dev-libs/qjson: De-stabilise hppa
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-libs/qjson/qjson-0.8.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/qjson/qjson-0.8.1-r1.ebuild b/dev-libs/qjson/qjson-0.8.1-r1.ebuild
16 index 500f2d60c8e..85aaab21daf 100644
17 --- a/dev-libs/qjson/qjson-0.8.1-r1.ebuild
18 +++ b/dev-libs/qjson/qjson-0.8.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -11,7 +11,7 @@ SRC_URI="mirror://github/flavio/qjson/${P}.tar.bz2"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
30 +KEYWORDS="amd64 arm ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
31 IUSE="debug doc test"
32
33 RDEPEND=">=dev-qt/qtcore-4.8.6:4[${MULTILIB_USEDEP}]"