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 76913138332 for ; Sun, 21 Jan 2018 20:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A57D5E086D; Sun, 21 Jan 2018 20:30:50 +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 82771E086D for ; Sun, 21 Jan 2018 20:30:50 +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 43843335CB4 for ; Sun, 21 Jan 2018 20:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2D151C7 for ; Sun, 21 Jan 2018 20:30:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1516566592.29b9d4ca5c57e3d6bb760d5f4bf200cda04f268a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/psqlodbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild X-VCS-Directories: dev-db/psqlodbc/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 29b9d4ca5c57e3d6bb760d5f4bf200cda04f268a X-VCS-Branch: master Date: Sun, 21 Jan 2018 20:30:44 +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: 09d35c6d-cb93-4cfa-977f-4128652a6651 X-Archives-Hash: 680ffa1309c1dda490b9b52d3f38922f commit: 29b9d4ca5c57e3d6bb760d5f4bf200cda04f268a Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jan 21 20:09:32 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 21 20:29:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b9d4ca dev-db/psqlodbc: x86 stable (bug #644544) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild b/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild index f85303f9616..2f5a480ab1f 100644 --- a/dev-db/psqlodbc/psqlodbc-10.00.0000.ebuild +++ b/dev-db/psqlodbc/psqlodbc-10.00.0000.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" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.postgresql.org/" SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc iodbc ssl threads" DEPEND="dev-db/postgresql:*[ssl?]