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 43410138334 for ; Sat, 30 Mar 2019 19:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B84EAE0872; Sat, 30 Mar 2019 19:28:34 +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 94D37E086F for ; Sat, 30 Mar 2019 19:28:34 +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 56D63335D06 for ; Sat, 30 Mar 2019 19:28:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A374589 for ; Sat, 30 Mar 2019 19:28:30 +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: <1553973962.904e5f315cf6c82a52a409536eec0e207cf1447c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kimap2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/kimap2/kimap2-0.2.0-r1.ebuild X-VCS-Directories: net-libs/kimap2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 904e5f315cf6c82a52a409536eec0e207cf1447c X-VCS-Branch: master Date: Sat, 30 Mar 2019 19:28:30 +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: 82aac183-0366-4b94-a96d-a81964cffd5a X-Archives-Hash: bdb42100415a2a6a0d39c99cfac71e11 commit: 904e5f315cf6c82a52a409536eec0e207cf1447c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 30 15:59:47 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 30 19:26:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904e5f31 net-libs/kimap2: EAPI-7 bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/kimap2/kimap2-0.2.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/kimap2/kimap2-0.2.0-r1.ebuild b/net-libs/kimap2/kimap2-0.2.0-r1.ebuild index a19b4c4ac69..87ebec63372 100644 --- a/net-libs/kimap2/kimap2-0.2.0-r1.ebuild +++ b/net-libs/kimap2/kimap2-0.2.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit kde5 @@ -21,4 +21,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -RESTRICT="test" +RESTRICT+=" test"