summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-12-22 13:19:25 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-12-22 13:19:25 +0000
commit88640d373bdef6cbb4c9b9303d72884760d3ff74 (patch)
tree00c945283f2b21156eab9de71d59d212b72ac5b0 /dev-python/psycopg
parentStable for ppc64, wrt bug #485648 (diff)
downloadgentoo-2-88640d373bdef6cbb4c9b9303d72884760d3ff74.tar.gz
gentoo-2-88640d373bdef6cbb4c9b9303d72884760d3ff74.tar.bz2
gentoo-2-88640d373bdef6cbb4c9b9303d72884760d3ff74.zip
Stable for ppc64, wrt bug #487872
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r--dev-python/psycopg/ChangeLog5
-rw-r--r--dev-python/psycopg/psycopg-2.5.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/psycopg/ChangeLog b/dev-python/psycopg/ChangeLog
index 625e128c50f1..0c2cf1f9cc4c 100644
--- a/dev-python/psycopg/ChangeLog
+++ b/dev-python/psycopg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/psycopg
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.168 2013/12/21 16:24:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.169 2013/12/22 13:19:25 ago Exp $
+
+ 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> psycopg-2.5.1.ebuild:
+ Stable for ppc64, wrt bug #487872
21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> psycopg-2.5.1.ebuild:
Stable for ppc, wrt bug #487872
diff --git a/dev-python/psycopg/psycopg-2.5.1.ebuild b/dev-python/psycopg/psycopg-2.5.1.ebuild
index b0fb1d440c93..af3dcd31a8d6 100644
--- a/dev-python/psycopg/psycopg-2.5.1.ebuild
+++ b/dev-python/psycopg/psycopg-2.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.8 2013/12/21 16:24:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.9 2013/12/22 13:19:25 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="debug doc examples"
RDEPEND=">=dev-db/postgresql-base-8.1"