Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/ktoshiba/
Date: Sat, 30 Mar 2019 19:28:34
Message-Id: 1553973961.efd33ac81ee18ecb92c25fbc7564565a86fb5041.asturm@gentoo
1 commit: efd33ac81ee18ecb92c25fbc7564565a86fb5041
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 15:33:45 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 19:26:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd33ac8
7
8 kde-misc/ktoshiba: 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 kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild | 15 ++++++++-------
14 1 file changed, 8 insertions(+), 7 deletions(-)
15
16 diff --git a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
17 index 6bfd01a7e52..8ab70aa3245 100644
18 --- a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
19 +++ b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
20 @@ -1,19 +1,22 @@
21 -# Copyright 1999-2018 Gentoo Authors
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 DESCRIPTION="Function key (FN) monitoring for Toshiba laptops"
31 HOMEPAGE="http://ktoshiba.sourceforge.net/"
32 SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.xz"
33 -LICENSE="GPL-2"
34
35 +LICENSE="GPL-2"
36 KEYWORDS="~amd64"
37 IUSE=""
38
39 -RDEPEND="
40 +BDEPEND="
41 + sys-devel/gettext
42 +"
43 +DEPEND="
44 $(add_frameworks_dep kauth)
45 $(add_frameworks_dep kcmutils)
46 $(add_frameworks_dep kconfig)
47 @@ -28,9 +31,7 @@ RDEPEND="
48 $(add_qt_dep qtwidgets)
49 net-libs/libmnl
50 "
51 -DEPEND="${RDEPEND}
52 - sys-devel/gettext
53 -"
54 +RDEPEND="${DEPEND}"
55
56 PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )