summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2014-02-24 00:37:56 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2014-02-24 00:37:56 +0000
commit264942e81663d1b01755a4d198abd612b3b385ce (patch)
treeded6211d4e4e5ee79a1a6e31ab38d22643a47809 /dev-python/xlrd
parentx86 stable wrt bug #496504 (diff)
downloadgentoo-2-264942e81663d1b01755a4d198abd612b3b385ce.tar.gz
gentoo-2-264942e81663d1b01755a4d198abd612b3b385ce.tar.bz2
gentoo-2-264942e81663d1b01755a4d198abd612b3b385ce.zip
x86 stable wrt bug #495644
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r--dev-python/xlrd/ChangeLog5
-rw-r--r--dev-python/xlrd/xlrd-0.9.2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog
index 534e700276e1..c96cc3f9555d 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.20 2014/01/21 04:02:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.21 2014/02/24 00:37:56 phajdan.jr Exp $
+
+ 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> xlrd-0.9.2.ebuild:
+ x86 stable wrt bug #495644
21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -xlrd-0.7.7.ebuild,
-xlrd-0.8.0.ebuild:
diff --git a/dev-python/xlrd/xlrd-0.9.2.ebuild b/dev-python/xlrd/xlrd-0.9.2.ebuild
index 1a28139eb81f..e78f3725a62e 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-2013 Gentoo Foundation
+# 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.4 2013/10/13 09:15:21 pacho Exp $
+# $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 $
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=""