diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-12-03 18:44:54 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-12-03 18:44:54 +0000 |
commit | 3f60541c32215e9b8952dcb4c1ccdcd0b1a15f95 (patch) | |
tree | d98f4f65bbb8a84b514743fb9fea9744bb5d1525 /dev-python/psycopg | |
parent | Added notice about revdep-rebuild as requested by Axel Dyks <XL@XLsigned.net>... (diff) | |
download | gentoo-2-3f60541c32215e9b8952dcb4c1ccdcd0b1a15f95.tar.gz gentoo-2-3f60541c32215e9b8952dcb4c1ccdcd0b1a15f95.tar.bz2 gentoo-2-3f60541c32215e9b8952dcb4c1ccdcd0b1a15f95.zip |
Stable on ppc64
(Portage version: 2.1.1-r2)
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 e2a20631ad4f..fc06002ee094 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.52 2006/11/13 17:41:09 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.53 2006/12/03 18:44:54 corsair Exp $ + + 03 Dec 2006; Markus Rothe <corsair@gentoo.org> psycopg-2.0.2.ebuild: + Stable on ppc64 13 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org> psycopg-2.0.2.ebuild: diff --git a/dev-python/psycopg/psycopg-2.0.2.ebuild b/dev-python/psycopg/psycopg-2.0.2.ebuild index 6e1fb45b9389..58e6b500828d 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.6 2006/11/13 17:41:09 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.2.ebuild,v 1.7 2006/12/03 18:44:54 corsair 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" |