Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/
Date: Sat, 13 Oct 2018 12:11:44
Message-Id: 1539431797.6efeabe5945376dd6c809c5f7025857441b7eae4.asturm@gentoo
1 commit: 6efeabe5945376dd6c809c5f7025857441b7eae4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 00:48:18 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 11:56:37 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6efeabe5
7
8 dev-libs/grantlee: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/grantlee/grantlee-9999.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild
16 index 0934bcd387..511c89f56b 100644
17 --- a/dev-libs/grantlee/grantlee-9999.ebuild
18 +++ b/dev-libs/grantlee/grantlee-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 VIRTUALX_REQUIRED="test"
27 inherit cmake-utils virtualx git-r3
28 @@ -20,13 +20,12 @@ RDEPEND="
29 dev-qt/qtgui:5
30 dev-qt/qtscript:5
31 "
32 -DEPEND="${RDEPEND}
33 +DEPEND="${RDEPEND}"
34 +BDEPEND="
35 doc? ( app-doc/doxygen[dot] )
36 test? ( dev-qt/qttest:5 )
37 "
38
39 -DOCS=( AUTHORS CHANGELOG README.md )
40 -
41 PATCHES=(
42 "${FILESDIR}/${PN}-0.3.0-nonfatal-warnings.patch"
43 "${FILESDIR}/${PN}-5.1.0-slot.patch"