diff options
author | Markus Meier <maekke@gentoo.org> | 2013-10-23 19:47:12 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-10-23 19:47:12 +0000 |
commit | 7a0ace5fb66dd91b75caa3c136251edbcc687525 (patch) | |
tree | 8d4b70720342844bbb656219ac692f21f39acfa4 /dev-python/psycopg | |
parent | Remove qt5 use dep on dev-libs/qtkeychain by Sput on irc. (diff) | |
download | gentoo-2-7a0ace5fb66dd91b75caa3c136251edbcc687525.tar.gz gentoo-2-7a0ace5fb66dd91b75caa3c136251edbcc687525.tar.bz2 gentoo-2-7a0ace5fb66dd91b75caa3c136251edbcc687525.zip |
arm stable, bug #487872
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/psycopg')
-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 b12904d10007..0a35e226b628 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.164 2013/10/17 17:08:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.165 2013/10/23 19:47:12 maekke Exp $ + + 23 Oct 2013; Markus Meier <maekke@gentoo.org> psycopg-2.5.1.ebuild: + arm stable, bug #487872 17 Oct 2013; Jeroen Roovers <jer@gentoo.org> psycopg-2.5.1.ebuild: Stable for HPPA (bug #487872). diff --git a/dev-python/psycopg/psycopg-2.5.1.ebuild b/dev-python/psycopg/psycopg-2.5.1.ebuild index e588e6c0d786..04e5138b1d98 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.4 2013/10/17 17:08:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.5 2013/10/23 19:47:12 maekke 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" |