Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpqxx/
Date: Thu, 08 Feb 2018 22:13:35
Message-Id: 1518127980.dfcf8ee271cabd081c4de46ef0c3c4ce61195dd1.slyfox@gentoo
1 commit: dfcf8ee271cabd081c4de46ef0c3c4ce61195dd1
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Feb 8 22:02:52 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 22:13:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcf8ee2
7
8 dev-libs/libpqxx: stable 6.0.0 for sparc, bug #641128
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="sparc"
12
13 dev-libs/libpqxx/libpqxx-6.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libpqxx/libpqxx-6.0.0.ebuild b/dev-libs/libpqxx/libpqxx-6.0.0.ebuild
17 index 28955cdc841..a8e36af55d9 100644
18 --- a/dev-libs/libpqxx/libpqxx-6.0.0.ebuild
19 +++ b/dev-libs/libpqxx/libpqxx-6.0.0.ebuild
20 @@ -6,7 +6,7 @@ EAPI="6"
21 PYTHON_COMPAT=( python2_7 )
22 inherit python-any-r1
23
24 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
25 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
26
27 DESCRIPTION="Standard front-end for writing C++ programs that use PostgreSQL"
28 SRC_URI="https://github.com/jtv/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"