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-nntp/kwooty/
Date: Sun, 03 Mar 2019 15:27:30
Message-Id: 1551626831.b552582ecc9df0b0230639fad63836a13f79465a.asturm@gentoo
1 commit: b552582ecc9df0b0230639fad63836a13f79465a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 14:49:12 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 15:27:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b552582e
7
8 net-nntp/kwooty: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
17 index 4013bbe362b..59c9c61af45 100644
18 --- a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
19 +++ b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit kde5
29
30 @@ -42,8 +42,7 @@ PATCHES=( "${FILESDIR}/${P}-dep.patch" )
31
32 src_prepare() {
33 kde5_src_prepare
34 -
35 - sed -i -e "/KF5DocTools/d" CMakeLists.txt || die
36 + punt_bogus_dep KF5 DocToolss
37 }
38
39 pkg_postinst() {