diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-03 23:48:29 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-03 23:48:29 +0000 |
commit | f3048921f1d9f85cd12cc4cec025412f63c7212b (patch) | |
tree | b9a1709874fc50b4016a85f9ff812f4a984ca022 /dev-python/xlrd | |
parent | amd64 stable, bug #495642 (diff) | |
download | gentoo-2-f3048921f1d9f85cd12cc4cec025412f63c7212b.tar.gz gentoo-2-f3048921f1d9f85cd12cc4cec025412f63c7212b.tar.bz2 gentoo-2-f3048921f1d9f85cd12cc4cec025412f63c7212b.zip |
amd64 stable, bug #495644
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r-- | dev-python/xlrd/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/xlrd/xlrd-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog index c96cc3f9555d..71bd8fe89993 100644 --- a/dev-python/xlrd/ChangeLog +++ b/dev-python/xlrd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/xlrd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.21 2014/02/24 00:37:56 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.22 2014/03/03 23:48:29 pacho Exp $ + + 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> xlrd-0.9.2.ebuild: + amd64 stable, bug #495644 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> xlrd-0.9.2.ebuild: x86 stable wrt bug #495644 diff --git a/dev-python/xlrd/xlrd-0.9.2.ebuild b/dev-python/xlrd/xlrd-0.9.2.ebuild index e78f3725a62e..18b0a6491571 100644 --- a/dev-python/xlrd/xlrd-0.9.2.ebuild +++ b/dev-python/xlrd/xlrd-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v 1.5 2014/02/24 00:37:56 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v 1.6 2014/03/03 23:48:29 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_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="" |