diff options
author | 2013-12-23 16:00:23 +0000 | |
---|---|---|
committer | 2013-12-23 16:00:23 +0000 | |
commit | 25c06f91f32310be40536fd98a0163a652d042e9 (patch) | |
tree | 54fb39c92ebc7657835d7d128193535e1d9d7186 /dev-python | |
parent | Stable for sparc, wrt bug #487872 (diff) | |
download | gentoo-2-25c06f91f32310be40536fd98a0163a652d042e9.tar.gz gentoo-2-25c06f91f32310be40536fd98a0163a652d042e9.tar.bz2 gentoo-2-25c06f91f32310be40536fd98a0163a652d042e9.zip |
Stable for sparc, wrt bug #487872
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/psycopg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/psycopg/psycopg-2.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/psycopg/ChangeLog b/dev-python/psycopg/ChangeLog index 0c2cf1f9cc4c..b22701f7e6f6 100644 --- a/dev-python/psycopg/ChangeLog +++ b/dev-python/psycopg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psycopg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.169 2013/12/22 13:19:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.170 2013/12/23 16:00:23 ago Exp $ + + 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> psycopg-2.5.1.ebuild: + Stable for sparc, wrt bug #487872 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> psycopg-2.5.1.ebuild: Stable for ppc64, wrt bug #487872 diff --git a/dev-python/psycopg/psycopg-2.5.1.ebuild b/dev-python/psycopg/psycopg-2.5.1.ebuild index af3dcd31a8d6..92562976c5d4 100644 --- a/dev-python/psycopg/psycopg-2.5.1.ebuild +++ b/dev-python/psycopg/psycopg-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.9 2013/12/22 13:19:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.10 2013/12/23 16:00:23 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="debug doc examples" RDEPEND=">=dev-db/postgresql-base-8.1" |