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 76C4F138330 for ; Thu, 4 Jan 2018 17:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED3F7E0952; Thu, 4 Jan 2018 17:00:28 +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 CB85EE0952 for ; Thu, 4 Jan 2018 17:00:28 +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 1B7DB335C0C for ; Thu, 4 Jan 2018 17:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A821E147 for ; Thu, 4 Jan 2018 17:00:26 +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: <1515085222.a09f05d67c8b919311eb72d72df150ad6b9e3d75.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpqxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpqxx/libpqxx-5.1.0.ebuild X-VCS-Directories: dev-libs/libpqxx/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a09f05d67c8b919311eb72d72df150ad6b9e3d75 X-VCS-Branch: master Date: Thu, 4 Jan 2018 17:00:26 +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: 787cb8bd-261a-498e-ac41-54ee634ef7e1 X-Archives-Hash: 003357814bff44cfab0f1e1b88d9811a commit: a09f05d67c8b919311eb72d72df150ad6b9e3d75 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jan 4 17:00:22 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jan 4 17:00:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09f05d6 dev-libs/libpqxx: amd64 stable wrt bug #641128 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/libpqxx/libpqxx-5.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libpqxx/libpqxx-5.1.0.ebuild b/dev-libs/libpqxx/libpqxx-5.1.0.ebuild index be28e9f387f..65bd4b7a280 100644 --- a/dev-libs/libpqxx/libpqxx-5.1.0.ebuild +++ b/dev-libs/libpqxx/libpqxx-5.1.0.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" @@ -6,7 +6,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 -KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" DESCRIPTION="Standard front-end for writing C++ programs that use PostgreSQL" SRC_URI="https://github.com/jtv/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"