diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-18 15:39:22 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-18 15:39:22 +0000 |
commit | ac538bd97a49798d4954df473b9f008635d688c1 (patch) | |
tree | 42886d4f1a809a7fdbaa4e4df655403c1c237381 /dev-db/pygresql | |
parent | increase verbosity level required by ATM log messages (#74770); lve KEYWORDS ... (diff) | |
download | gentoo-2-ac538bd97a49798d4954df473b9f008635d688c1.tar.gz gentoo-2-ac538bd97a49798d4954df473b9f008635d688c1.tar.bz2 gentoo-2-ac538bd97a49798d4954df473b9f008635d688c1.zip |
Stable on amd64.
Diffstat (limited to 'dev-db/pygresql')
-rw-r--r-- | dev-db/pygresql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/pygresql/pygresql-3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/pygresql/ChangeLog b/dev-db/pygresql/ChangeLog index 6ad9c79f1053..8abfa64d569f 100644 --- a/dev-db/pygresql/ChangeLog +++ b/dev-db/pygresql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pygresql # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.8 2004/12/17 21:37:01 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.9 2004/12/18 15:39:22 absinthe Exp $ + + 18 Dec 2004; Dylan Carlson <absinthe@gentoo.org> pygresql-3.5.ebuild: + Stable on amd64. 17 Dec 2004; Masatomo Nakano <nakano@gentoo.org> pygresql-3.5.ebuild: Marked stable on x86. diff --git a/dev-db/pygresql/pygresql-3.5.ebuild b/dev-db/pygresql/pygresql-3.5.ebuild index 1dedfe95fe6d..66ec8a2cb622 100644 --- a/dev-db/pygresql/pygresql-3.5.ebuild +++ b/dev-db/pygresql/pygresql-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.5.ebuild,v 1.2 2004/12/17 21:37:01 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.5.ebuild,v 1.3 2004/12/18 15:39:22 absinthe 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="x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~ia64 ~mips" +KEYWORDS="x86 ~ppc ~sparc ~alpha amd64 ~hppa ~ia64 ~mips" IUSE="" SLOT="0" |