diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-01-16 15:12:17 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-01-16 15:12:17 +0000 |
commit | 37daba735a5fea5d78e2fd6bed7b3848c4d48e55 (patch) | |
tree | b59611db3de436b17860f0441eb558875ff3b27c /dev-python/psycopg/psycopg-2.0.13.ebuild | |
parent | alpha/ia64/s390/sh/sparc stable wrt #296678 (diff) | |
download | gentoo-2-37daba735a5fea5d78e2fd6bed7b3848c4d48e55.tar.gz gentoo-2-37daba735a5fea5d78e2fd6bed7b3848c4d48e55.tar.bz2 gentoo-2-37daba735a5fea5d78e2fd6bed7b3848c4d48e55.zip |
Stable on alpha, bug #296676
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/psycopg/psycopg-2.0.13.ebuild')
-rw-r--r-- | dev-python/psycopg/psycopg-2.0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/psycopg/psycopg-2.0.13.ebuild b/dev-python/psycopg/psycopg-2.0.13.ebuild index 50bed591f1fc..b214cc391309 100644 --- a/dev-python/psycopg/psycopg-2.0.13.ebuild +++ b/dev-python/psycopg/psycopg-2.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.13.ebuild,v 1.5 2010/01/07 04:03:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.13.ebuild,v 1.6 2010/01/16 15:12:17 klausman Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ DESCRIPTION="PostgreSQL database adapter for Python." SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz" HOMEPAGE="http://initd.org/projects/psycopg2" SLOT="2" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" LICENSE="GPL-2" IUSE="debug doc examples mxdatetime" |