diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 08:24:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 08:24:25 +0000 |
commit | b737fa1e5cff76c71543697af29b1020ae170e92 (patch) | |
tree | 3c34af2256994760b33f7f5a972c3d35f35bf314 /dev-python/xlrd | |
parent | Stable for x86, wrt bug #470604 (diff) | |
download | gentoo-2-b737fa1e5cff76c71543697af29b1020ae170e92.tar.gz gentoo-2-b737fa1e5cff76c71543697af29b1020ae170e92.tar.bz2 gentoo-2-b737fa1e5cff76c71543697af29b1020ae170e92.zip |
Stable for x86, wrt bug #470626
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r-- | dev-python/xlrd/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/xlrd/xlrd-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog index c47bc6d4f683..d7534b4531ef 100644 --- a/dev-python/xlrd/ChangeLog +++ b/dev-python/xlrd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/xlrd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.13 2013/05/19 12:26:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.14 2013/05/20 08:24:25 ago Exp $ + + 20 May 2013; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.0.ebuild: + Stable for x86, wrt bug #470626 19 May 2013; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.0.ebuild: Stable for amd64, wrt bug #470626 diff --git a/dev-python/xlrd/xlrd-0.9.0.ebuild b/dev-python/xlrd/xlrd-0.9.0.ebuild index e780076ef609..f4ec293e7373 100644 --- a/dev-python/xlrd/xlrd-0.9.0.ebuild +++ b/dev-python/xlrd/xlrd-0.9.0.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/xlrd/xlrd-0.9.0.ebuild,v 1.3 2013/05/19 12:26:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.4 2013/05/20 08:24:25 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="doc examples" DEPEND="" |