diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:16:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:16:40 +0000 |
commit | 3dd204a61993d0ff19dddf80a3e60caad25f2343 (patch) | |
tree | 7b24f36cf4640a01141d6d8bc1931dcd1ac69aa7 /dev-python/xlrd | |
parent | Stable for x86, wrt bug #529726 (diff) | |
download | gentoo-2-3dd204a61993d0ff19dddf80a3e60caad25f2343.tar.gz gentoo-2-3dd204a61993d0ff19dddf80a3e60caad25f2343.tar.bz2 gentoo-2-3dd204a61993d0ff19dddf80a3e60caad25f2343.zip |
Stable for x86, wrt bug #530624
(Portage version: 2.2.8-r2/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog index 002aeed55482..eb027e8de4af 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.26 2014/12/04 09:59:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.27 2014/12/05 10:16:40 ago Exp $ + + 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.3.ebuild: + Stable for x86, wrt bug #530624 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.3.ebuild: Stable for amd64, wrt bug #530624 diff --git a/dev-python/xlrd/xlrd-0.9.3.ebuild b/dev-python/xlrd/xlrd-0.9.3.ebuild index e43ffc6e4146..b6e81e67dfe0 100644 --- a/dev-python/xlrd/xlrd-0.9.3.ebuild +++ b/dev-python/xlrd/xlrd-0.9.3.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.3.ebuild,v 1.3 2014/12/04 09:59:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.3.ebuild,v 1.4 2014/12/05 10:16:40 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -14,7 +14,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" python_prepare_all() { # Remove this if examples get reintroduced |