From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2F2A138335 for ; Sat, 30 Mar 2019 19:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 804F5E0845; Sat, 30 Mar 2019 19:28:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D758E0845 for ; Sat, 30 Mar 2019 19:28:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C93E9335CD8 for ; Sat, 30 Mar 2019 19:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C17B7581 for ; Sat, 30 Mar 2019 19:28:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1553973961.efd33ac81ee18ecb92c25fbc7564565a86fb5041.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/ktoshiba/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild X-VCS-Directories: kde-misc/ktoshiba/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: efd33ac81ee18ecb92c25fbc7564565a86fb5041 X-VCS-Branch: master Date: Sat, 30 Mar 2019 19:28:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b85ccdd6-2722-470f-92f9-df32ac32ce71 X-Archives-Hash: 4eaf208eb5738cd0a600b94cbe61693a commit: efd33ac81ee18ecb92c25fbc7564565a86fb5041 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 30 15:33:45 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 30 19:26:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd33ac8 kde-misc/ktoshiba: EAPI-7 bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild index 6bfd01a7e52..8ab70aa3245 100644 --- a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild +++ b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild @@ -1,19 +1,22 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit kde5 DESCRIPTION="Function key (FN) monitoring for Toshiba laptops" HOMEPAGE="http://ktoshiba.sourceforge.net/" SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2" KEYWORDS="~amd64" IUSE="" -RDEPEND=" +BDEPEND=" + sys-devel/gettext +" +DEPEND=" $(add_frameworks_dep kauth) $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) @@ -28,9 +31,7 @@ RDEPEND=" $(add_qt_dep qtwidgets) net-libs/libmnl " -DEPEND="${RDEPEND} - sys-devel/gettext -" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )