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 2A6FD138334 for ; Sat, 13 Oct 2018 12:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30349E0930; Sat, 13 Oct 2018 12:11:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 03617E0930 for ; Sat, 13 Oct 2018 12:11:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D394C335CCD for ; Sat, 13 Oct 2018 12:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D785543C for ; Sat, 13 Oct 2018 12:11:38 +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: <1539431797.6efeabe5945376dd6c809c5f7025857441b7eae4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/grantlee/grantlee-9999.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6efeabe5945376dd6c809c5f7025857441b7eae4 X-VCS-Branch: master Date: Sat, 13 Oct 2018 12:11:38 +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-Archives-Salt: 2c49f26f-eb9f-4ab5-bdda-b9a65ca5ebcd X-Archives-Hash: 6841db3f17903d593e6ea60095283810 commit: 6efeabe5945376dd6c809c5f7025857441b7eae4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 13 00:48:18 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 13 11:56:37 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6efeabe5 dev-libs/grantlee: EAPI-7 bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/grantlee/grantlee-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild index 0934bcd387..511c89f56b 100644 --- a/dev-libs/grantlee/grantlee-9999.ebuild +++ b/dev-libs/grantlee/grantlee-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 VIRTUALX_REQUIRED="test" inherit cmake-utils virtualx git-r3 @@ -20,13 +20,12 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtscript:5 " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" doc? ( app-doc/doxygen[dot] ) test? ( dev-qt/qttest:5 ) " -DOCS=( AUTHORS CHANGELOG README.md ) - PATCHES=( "${FILESDIR}/${PN}-0.3.0-nonfatal-warnings.patch" "${FILESDIR}/${PN}-5.1.0-slot.patch"