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-python/pygresql/
Date: Sun, 18 Feb 2018 21:05:27
Message-Id: 1518987912.5dc6594a4b3807c34dc2b38585a8f9e480869d42.slyfox@gentoo
1 commit: 5dc6594a4b3807c34dc2b38585a8f9e480869d42
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 18 21:05:12 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 21:05:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc6594a
7
8 dev-python/pygresql: stable 5.0.4 for ia64, bug #641570
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 dev-python/pygresql/pygresql-5.0.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pygresql/pygresql-5.0.4.ebuild b/dev-python/pygresql/pygresql-5.0.4.ebuild
17 index 55f4eabc902..f746aca80af 100644
18 --- a/dev-python/pygresql/pygresql-5.0.4.ebuild
19 +++ b/dev-python/pygresql/pygresql-5.0.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz"
27
28 LICENSE="POSTGRESQL"
29 SLOT="0"
30 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc sparc x86"
31 +KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc x86"
32 IUSE=""
33
34 REQUIRED_USE="${POSTGRES_REQ_USE}"