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 9CFEC138335 for ; Fri, 26 Jul 2019 09:53:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4DDEE07B3; Fri, 26 Jul 2019 09:53:13 +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 BC0E4E07B3 for ; Fri, 26 Jul 2019 09:53:13 +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 751CD348BA3 for ; Fri, 26 Jul 2019 09:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10CC8731 for ; Fri, 26 Jul 2019 09:53:11 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1564134783.29324a87ee696c7a52dab68adda79c59bb696f24.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpqxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpqxx/libpqxx-6.4.5.ebuild X-VCS-Directories: dev-libs/libpqxx/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 29324a87ee696c7a52dab68adda79c59bb696f24 X-VCS-Branch: master Date: Fri, 26 Jul 2019 09:53:11 +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: 40cd6767-b621-42c6-9058-aa0e5f513925 X-Archives-Hash: 0247c5f0c7da3bc08479535d178cebf5 commit: 29324a87ee696c7a52dab68adda79c59bb696f24 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jul 26 09:53:03 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jul 26 09:53:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29324a87 dev-libs/libpqxx: ppc64 stable wrt bug #690578 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64" dev-libs/libpqxx/libpqxx-6.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libpqxx/libpqxx-6.4.5.ebuild b/dev-libs/libpqxx/libpqxx-6.4.5.ebuild index 66de534a99a..7dad31da8ba 100644 --- a/dev-libs/libpqxx/libpqxx-6.4.5.ebuild +++ b/dev-libs/libpqxx/libpqxx-6.4.5.ebuild @@ -6,7 +6,7 @@ EAPI=7 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"