diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-05-15 16:56:39 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-05-15 16:56:39 +0000 |
commit | de59c4f198d49a93ab0768f14502f4da3820cb0e (patch) | |
tree | bf7907839573c95199935651faae4b2667193dd3 /dev-python/psycopg/psycopg-2.0.2.ebuild | |
parent | Version bump. The new version works with kernel 2.6.21 (#178635). (diff) | |
download | historical-de59c4f198d49a93ab0768f14502f4da3820cb0e.tar.gz historical-de59c4f198d49a93ab0768f14502f4da3820cb0e.tar.bz2 historical-de59c4f198d49a93ab0768f14502f4da3820cb0e.zip |
amd64 stable
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-python/psycopg/psycopg-2.0.2.ebuild')
-rw-r--r-- | dev-python/psycopg/psycopg-2.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/psycopg/psycopg-2.0.2.ebuild b/dev-python/psycopg/psycopg-2.0.2.ebuild index 72a69d4db7c4..98f6eb0c823a 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-2007 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.8 2007/04/21 15:11:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.0.2.ebuild,v 1.9 2007/05/15 16:52:53 beandog Exp $ inherit eutils distutils @@ -12,13 +12,13 @@ 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" S=${WORKDIR}/${PN}2-${PV} -DOCS="AUTHORS ChangeLog COPYING CREDITS INSTALL README NEWS docs/*" +DOCS="AUTHORS ChangeLog CREDITS README" src_unpack() { unpack ${A} |