diff options
author | 2006-07-31 13:50:44 +0000 | |
---|---|---|
committer | 2006-07-31 13:50:44 +0000 | |
commit | ce1b4213179135fb972e535cca2230c97cc80064 (patch) | |
tree | 7a84efb2e22f149e2f0e2e6ce18a47dc4edbe670 /dev-python/psycopg/psycopg-2.0.2.ebuild | |
parent | This revision adds the first 6 patches released since Ice 3.1.0 hit the airwa... (diff) | |
download | gentoo-2-ce1b4213179135fb972e535cca2230c97cc80064.tar.gz gentoo-2-ce1b4213179135fb972e535cca2230c97cc80064.tar.bz2 gentoo-2-ce1b4213179135fb972e535cca2230c97cc80064.zip |
added ~ppc64
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/psycopg/psycopg-2.0.2.ebuild')
-rw-r--r-- | dev-python/psycopg/psycopg-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/psycopg/psycopg-2.0.2.ebuild b/dev-python/psycopg/psycopg-2.0.2.ebuild index 29b015eeea90..4d68a2a186a6 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.1 2006/07/28 12:32:40 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.2.ebuild,v 1.2 2006/07/31 13:50:44 tgall Exp $ inherit eutils distutils @@ -12,7 +12,7 @@ DEPEND=">=dev-lang/python-2.4 >=dev-db/postgresql-7.1.3" SLOT="2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" LICENSE="GPL-2" IUSE="debug" |