summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-11-11 00:17:23 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-11-11 00:17:23 +0000
commit6d27924ebbf6e707d7ceb108619dc5e2d8748011 (patch)
treed0c950917e95d6330d25dceafe986e9e02aa485e /dev-python/psycopg
parentPull in a patch from upstream, to fix two dbus problems. (diff)
downloadgentoo-2-6d27924ebbf6e707d7ceb108619dc5e2d8748011.tar.gz
gentoo-2-6d27924ebbf6e707d7ceb108619dc5e2d8748011.tar.bz2
gentoo-2-6d27924ebbf6e707d7ceb108619dc5e2d8748011.zip
Stable on x86, bug #154574.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r--dev-python/psycopg/ChangeLog5
-rw-r--r--dev-python/psycopg/psycopg-2.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/psycopg/ChangeLog b/dev-python/psycopg/ChangeLog
index 2e479fdbaae3..d8aae1616d32 100644
--- a/dev-python/psycopg/ChangeLog
+++ b/dev-python/psycopg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/psycopg
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.49 2006/10/21 01:16:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.50 2006/11/11 00:17:23 ticho Exp $
+
+ 11 Nov 2006; Andrej Kacian <ticho@gentoo.org> psycopg-2.0.2.ebuild:
+ Stable on x86, bug #154574.
21 Oct 2006; Aron Griffis <agriffis@gentoo.org> psycopg-1.1.21.ebuild:
Mark 1.1.21 stable on ia64
diff --git a/dev-python/psycopg/psycopg-2.0.2.ebuild b/dev-python/psycopg/psycopg-2.0.2.ebuild
index 6d0a8c6f2fd8..ae9aca7d4627 100644
--- a/dev-python/psycopg/psycopg-2.0.2.ebuild
+++ b/dev-python/psycopg/psycopg-2.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.2.ebuild,v 1.3 2006/08/10 21:20:18 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.2.ebuild,v 1.4 2006/11/11 00:17:22 ticho Exp $
inherit eutils distutils
@@ -12,7 +12,7 @@ DEPEND=">=dev-lang/python-2.4
>=dev-db/libpq-7.4"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
LICENSE="GPL-2"
IUSE="debug"