diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 11:01:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 11:01:04 +0000 |
commit | 60d24f397f20268caa813908761991d292452572 (patch) | |
tree | 458b78202e942369cee011e78ccaacf00b53f2a3 /dev-python/xlrd | |
parent | Stable for amd64, wrt bug #441194 (diff) | |
download | gentoo-2-60d24f397f20268caa813908761991d292452572.tar.gz gentoo-2-60d24f397f20268caa813908761991d292452572.tar.bz2 gentoo-2-60d24f397f20268caa813908761991d292452572.zip |
Stable for amd64, wrt bug #458072
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r-- | dev-python/xlrd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/xlrd/xlrd-0.8.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog index 0c23ad928f27..4a9485bc9b58 100644 --- a/dev-python/xlrd/ChangeLog +++ b/dev-python/xlrd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/xlrd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.7 2012/12/03 21:26:47 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.8 2013/02/18 11:01:04 ago Exp $ + + 18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xlrd-0.8.0.ebuild: + Stable for amd64, wrt bug #458072 03 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> xlrd-0.8.0.ebuild: Keyword amd64-linux and x86-linux diff --git a/dev-python/xlrd/xlrd-0.8.0.ebuild b/dev-python/xlrd/xlrd-0.8.0.ebuild index 4351d3b2c544..07db6f1efc86 100644 --- a/dev-python/xlrd/xlrd-0.8.0.ebuild +++ b/dev-python/xlrd/xlrd-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.8.0.ebuild,v 1.2 2012/12/03 21:26:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.8.0.ebuild,v 1.3 2013/02/18 11:01:04 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~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="" DEPEND="" |