diff options
author | 2006-02-06 19:37:14 +0000 | |
---|---|---|
committer | 2006-02-06 19:37:14 +0000 | |
commit | 55689ad1966db35c281cc9f60ec31610c0ce0692 (patch) | |
tree | eb67c62e91b9103d0d6e7c31bb41b853550323d8 /dev-db/pygresql | |
parent | version bump + stable bump for x86 (#117015) (diff) | |
download | gentoo-2-55689ad1966db35c281cc9f60ec31610c0ce0692.tar.gz gentoo-2-55689ad1966db35c281cc9f60ec31610c0ce0692.tar.bz2 gentoo-2-55689ad1966db35c281cc9f60ec31610c0ce0692.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-db/pygresql')
-rw-r--r-- | dev-db/pygresql/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/pygresql/pygresql-3.6.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/pygresql/ChangeLog b/dev-db/pygresql/ChangeLog index 2d60c0a6c115..91a13e67f311 100644 --- a/dev-db/pygresql/ChangeLog +++ b/dev-db/pygresql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pygresql -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.32 2005/08/23 15:44:21 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.33 2006/02/06 19:37:14 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> pygresql-3.6.2.ebuild: + stable on amd64 23 Aug 2005; Aron Griffis <agriffis@gentoo.org> pygresql-3.6.2.ebuild: stable on ia64 diff --git a/dev-db/pygresql/pygresql-3.6.2.ebuild b/dev-db/pygresql/pygresql-3.6.2.ebuild index 6bbc7126bc5c..f8740c1aa582 100644 --- a/dev-db/pygresql/pygresql-3.6.2.ebuild +++ b/dev-db/pygresql/pygresql-3.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2.ebuild,v 1.7 2005/08/23 15:44:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2.ebuild,v 1.8 2006/02/06 19:37:14 blubb Exp $ inherit eutils distutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.druid.net/pygresql/" LICENSE="as-is" DEPEND=">=dev-db/postgresql-7.3 dev-lang/python" -KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" IUSE="" SLOT="0" |