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 93853138334 for ; Sun, 24 Jun 2018 09:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D038E09DA; Sun, 24 Jun 2018 09:40:20 +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 9682EE09D6 for ; Sun, 24 Jun 2018 09:40:19 +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 A0B44335CA5 for ; Sun, 24 Jun 2018 09:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDBC134D for ; Sun, 24 Jun 2018 09:40:02 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1529833195.8420ec2dc0a01a0fa3b17b6b4a66d30888a0439d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyodbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyodbc/pyodbc-4.0.16.ebuild X-VCS-Directories: dev-python/pyodbc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8420ec2dc0a01a0fa3b17b6b4a66d30888a0439d X-VCS-Branch: master Date: Sun, 24 Jun 2018 09:40:02 +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: 2d8ebbaf-707c-4298-8dde-0eddab16baf5 X-Archives-Hash: 996e0300c57e2524c6617390808f54cc commit: 8420ec2dc0a01a0fa3b17b6b4a66d30888a0439d Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jun 24 09:36:56 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jun 24 09:39:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8420ec2d dev-python/pyodbc: amd64 stable wrt bug #658884 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/pyodbc/pyodbc-4.0.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyodbc/pyodbc-4.0.16.ebuild b/dev-python/pyodbc/pyodbc-4.0.16.ebuild index 88343266e08..e2b470cf398 100644 --- a/dev-python/pyodbc/pyodbc-4.0.16.ebuild +++ b/dev-python/pyodbc/pyodbc-4.0.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="mssql" RDEPEND=">=dev-db/unixODBC-2.3.0