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 5313A1396D0 for ; Mon, 9 Oct 2017 19:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93192E0DAC; Mon, 9 Oct 2017 19:24:27 +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 6D260E0DAC for ; Mon, 9 Oct 2017 19:24:27 +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 389F133BEBE for ; Mon, 9 Oct 2017 19:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1AAA8F66 for ; Mon, 9 Oct 2017 19:24:24 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1507576993.7448437313040b4f25c06a86725932483d7081e8.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vdirsyncer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vdirsyncer/vdirsyncer-0.16.0-r1.ebuild dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild X-VCS-Directories: dev-python/vdirsyncer/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 7448437313040b4f25c06a86725932483d7081e8 X-VCS-Branch: master Date: Mon, 9 Oct 2017 19:24:24 +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: 5c6d8104-f156-43a7-bac9-e2c7255e6fa5 X-Archives-Hash: 24767aa6f829b2d78d98ff29fc145826 commit: 7448437313040b4f25c06a86725932483d7081e8 Author: Amy Liffey gentoo org> AuthorDate: Mon Oct 9 19:22:09 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Mon Oct 9 19:23:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74484373 dev-python/vdirsyncer: add req python use sqlite Suggested-by: Christopher Head chead.ca> Closes: https://bugs.gentoo.org/630060 Package-Manager: Portage-2.3.6, Repoman-2.3.1 .../vdirsyncer/{vdirsyncer-0.16.0.ebuild => vdirsyncer-0.16.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild b/dev-python/vdirsyncer/vdirsyncer-0.16.0-r1.ebuild similarity index 98% rename from dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild rename to dev-python/vdirsyncer/vdirsyncer-0.16.0-r1.ebuild index b224f165d05..a20a3aec23a 100644 --- a/dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild +++ b/dev-python/vdirsyncer/vdirsyncer-0.16.0-r1.ebuild @@ -4,6 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_REQ_USE="sqlite" inherit distutils-r1