diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-10-22 03:06:26 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-10-22 03:06:26 +0000 |
commit | 10b5de1b2a4d77fb1d7139e226210ce2ad36b504 (patch) | |
tree | 3a647f2ceb77e25ce8cef89dbb50f3651e219ed2 /dev-python/psycopg | |
parent | add alpha/ia64 keywords (diff) | |
download | historical-10b5de1b2a4d77fb1d7139e226210ce2ad36b504.tar.gz historical-10b5de1b2a4d77fb1d7139e226210ce2ad36b504.tar.bz2 historical-10b5de1b2a4d77fb1d7139e226210ce2ad36b504.zip |
Marked stable x86
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r-- | dev-python/psycopg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/psycopg/psycopg-1.1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/psycopg/ChangeLog b/dev-python/psycopg/ChangeLog index 624da69afba9..9202e405e934 100644 --- a/dev-python/psycopg/ChangeLog +++ b/dev-python/psycopg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psycopg # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.19 2004/10/11 01:27:39 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.20 2004/10/22 03:06:26 pythonhead Exp $ + + 21 Oct 2004; Rob Cakebread <pythonhead@gentoo.org> psycopg-1.1.15.ebuild: + Marked stable on x86 10 Oct 2004; Jason Wever <weeve@gentoo.org> psycopg-1.1.11.ebuild: Stable on sparc. diff --git a/dev-python/psycopg/psycopg-1.1.15.ebuild b/dev-python/psycopg/psycopg-1.1.15.ebuild index dc3e48c1620f..23944c2d0d7c 100644 --- a/dev-python/psycopg/psycopg-1.1.15.ebuild +++ b/dev-python/psycopg/psycopg-1.1.15.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-python/psycopg/psycopg-1.1.15.ebuild,v 1.1 2004/10/02 16:04:37 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.15.ebuild,v 1.2 2004/10/22 03:06:26 pythonhead Exp $ inherit python @@ -13,7 +13,7 @@ DEPEND="virtual/python >=dev-db/postgresql-7.1.3" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc" +KEYWORDS="x86 ~sparc ~alpha ~ppc" LICENSE="GPL-2" IUSE="" |