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 BBAD1138334 for ; Wed, 20 Feb 2019 21:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3118E090A; Wed, 20 Feb 2019 21:33:01 +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 8C8DFE090A for ; Wed, 20 Feb 2019 21:33:00 +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 0E56D335D5F for ; Wed, 20 Feb 2019 21:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A9F7452 for ; Wed, 20 Feb 2019 21:32:57 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1550698374.0ed2f413c2119ca1626849adb26cd79eebf96267.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/zim/zim-0.70_rc3.ebuild X-VCS-Directories: x11-misc/zim/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0ed2f413c2119ca1626849adb26cd79eebf96267 X-VCS-Branch: master Date: Wed, 20 Feb 2019 21:32:57 +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: e823f6ef-b958-424b-bb20-1c326128ac8c X-Archives-Hash: 339423d4071ba16ea1fbe5f75d82cf8d commit: 0ed2f413c2119ca1626849adb26cd79eebf96267 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Feb 20 21:32:41 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Feb 20 21:32:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed2f413 x11-misc/zim: EAPI Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/zim/zim-0.70_rc3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/zim/zim-0.70_rc3.ebuild b/x11-misc/zim/zim-0.70_rc3.ebuild index 07254bed7a6..78b40b79632 100644 --- a/x11-misc/zim/zim-0.70_rc3.ebuild +++ b/x11-misc/zim/zim-0.70_rc3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL=1