Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
Date: Sat, 13 Oct 2018 12:11:44
Message-Id: 1539431162.1708e728abb23c6bd4b12fcc272c33cf0014dff8.asturm@gentoo
1 commit: 1708e728abb23c6bd4b12fcc272c33cf0014dff8
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: Sat Oct 13 11:46:02 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1708e728
7
8 net-libs/jreen: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 net-libs/jreen/jreen-9999.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
16 index e71c537a02..88176151ac 100644
17 --- a/net-libs/jreen/jreen-9999.ebuild
18 +++ b/net-libs/jreen/jreen-9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 if [[ ${PV} != *9999* ]]; then
27 SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 @@ -29,8 +29,6 @@ DEPEND="
29 "
30 RDEPEND="${DEPEND}"
31
32 -DOCS=( AUTHORS ChangeLog README.md )
33 -
34 src_configure() {
35 local mycmakeargs=(
36 -DJREEN_FORCE_QT4=OFF