diff options
author | 2006-11-11 00:18:52 +0000 | |
---|---|---|
committer | 2006-11-11 00:18:52 +0000 | |
commit | 8e06c6c5ede24dc2d0938469bf4d594c3a09cfb5 (patch) | |
tree | a21549d488af13c84b846b7062c106fa8862bd05 /dev-python/psycopg | |
parent | Pull in a patch from upstream, to fix two dbus problems. (diff) | |
download | historical-8e06c6c5ede24dc2d0938469bf4d594c3a09cfb5.tar.gz historical-8e06c6c5ede24dc2d0938469bf4d594c3a09cfb5.tar.bz2 historical-8e06c6c5ede24dc2d0938469bf4d594c3a09cfb5.zip |
Stable on x86, bug #154574.
Package-Manager: portage-2.1.2_rc1-r1
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r-- | dev-python/psycopg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/psycopg/psycopg-2.0.2.ebuild | 4 |
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" |