summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2013-12-29 09:45:54 +0000
committerAkinori Hattori <hattya@gentoo.org>2013-12-29 09:45:54 +0000
commitd4fa9d89e65537f50742af55df4e7a6fdac9ca84 (patch)
tree3a2c5cf230ef98c923694257851f99742ff4f6e3 /dev-python/psycopg
parentkeyword ~ia64 wrt bug #490374 (diff)
downloadgentoo-2-d4fa9d89e65537f50742af55df4e7a6fdac9ca84.tar.gz
gentoo-2-d4fa9d89e65537f50742af55df4e7a6fdac9ca84.tar.bz2
gentoo-2-d4fa9d89e65537f50742af55df4e7a6fdac9ca84.zip
ia64 stable wrt bug #487872
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
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 b22701f7e6f6..c7ea4f42fced 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.170 2013/12/23 16:00:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.171 2013/12/29 09:45:54 hattya Exp $
+
+ 29 Dec 2013; Akinori Hattori <hattya@gentoo.org> psycopg-2.5.1.ebuild:
+ ia64 stable wrt bug #487872
23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> psycopg-2.5.1.ebuild:
Stable for sparc, wrt bug #487872
diff --git a/dev-python/psycopg/psycopg-2.5.1.ebuild b/dev-python/psycopg/psycopg-2.5.1.ebuild
index 92562976c5d4..a35a2f7aae87 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.10 2013/12/23 16:00:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.11 2013/12/29 09:45:54 hattya 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"