diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-07-03 13:32:43 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-07-03 13:32:43 +0000 |
commit | c69a0f33c478cbe1acb702e0a05beaa64c77b03d (patch) | |
tree | 9ce2b330ed584600b6ad9ea653af83bbcb6728d4 /dev-db/pygresql | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-c69a0f33c478cbe1acb702e0a05beaa64c77b03d.tar.gz gentoo-2-c69a0f33c478cbe1acb702e0a05beaa64c77b03d.tar.bz2 gentoo-2-c69a0f33c478cbe1acb702e0a05beaa64c77b03d.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-db/pygresql')
-rw-r--r-- | dev-db/pygresql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/pygresql/pygresql-3.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/pygresql/ChangeLog b/dev-db/pygresql/ChangeLog index e57e2670ad22..9ce4c5843cd3 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.29 2005/07/03 09:41:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.30 2005/07/03 13:32:10 hansmi Exp $ + + 03 Jul 2005; Michael Hanselmann <hansmi@gentoo.org> pygresql-3.6.2.ebuild: + Stable on ppc. 03 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> pygresql-3.6.2.ebuild: Stable on alpha. diff --git a/dev-db/pygresql/pygresql-3.6.2.ebuild b/dev-db/pygresql/pygresql-3.6.2.ebuild index 628f92f60007..68f344699b81 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 # 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.4 2005/07/03 09:41:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2.ebuild,v 1.5 2005/07/03 13:32:10 hansmi 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" |