Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/jreen/
Date: Wed, 12 Dec 2018 14:06:12
Message-Id: 1544623555.ff21f50cfa61c31287e750d5097654352032e1af.asturm@gentoo
1 commit: ff21f50cfa61c31287e750d5097654352032e1af
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 01:45:16 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 14:05:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff21f50c
7
8 net-libs/jreen: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/jreen/jreen-1.3.0-r1.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/net-libs/jreen/jreen-1.3.0-r1.ebuild b/net-libs/jreen/jreen-1.3.0-r1.ebuild
17 index d8834856d8f..c004a9cffb9 100644
18 --- a/net-libs/jreen/jreen-1.3.0-r1.ebuild
19 +++ b/net-libs/jreen/jreen-1.3.0-r1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 if [[ ${PV} != *9999* ]]; then
28 SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 @@ -29,8 +29,6 @@ DEPEND="
30 "
31 RDEPEND="${DEPEND}"
32
33 -DOCS=( AUTHORS ChangeLog README.md )
34 -
35 src_configure() {
36 local mycmakeargs=(
37 -DJREEN_FORCE_QT4=OFF