summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-10-28 07:49:09 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-10-28 07:49:09 +0000
commitbff9a179440f826d4d5d067c9d1fd5ca438da68f (patch)
tree3b38fcac0425a7870d02791f21a8311aa3806af6 /dev-python/openpyxl
parentremove old (diff)
downloadgentoo-2-bff9a179440f826d4d5d067c9d1fd5ca438da68f.tar.gz
gentoo-2-bff9a179440f826d4d5d067c9d1fd5ca438da68f.tar.bz2
gentoo-2-bff9a179440f826d4d5d067c9d1fd5ca438da68f.zip
keyword ~arm
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r--dev-python/openpyxl/ChangeLog5
-rw-r--r--dev-python/openpyxl/openpyxl-2.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/openpyxl/ChangeLog b/dev-python/openpyxl/ChangeLog
index be083d909a91..964b2e888fcc 100644
--- a/dev-python/openpyxl/ChangeLog
+++ b/dev-python/openpyxl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/openpyxl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.6 2014/06/26 11:40:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.7 2014/10/28 07:49:09 aballier Exp $
+
+ 28 Oct 2014; Alexis Ballier <aballier@gentoo.org> openpyxl-2.0.2.ebuild:
+ keyword ~arm
*openpyxl-2.0.2 (26 Jun 2014)
diff --git a/dev-python/openpyxl/openpyxl-2.0.2.ebuild b/dev-python/openpyxl/openpyxl-2.0.2.ebuild
index c54f3328d8ab..b36980cd944f 100644
--- a/dev-python/openpyxl/openpyxl-2.0.2.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.0.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/openpyxl/openpyxl-2.0.2.ebuild,v 1.1 2014/06/26 11:40:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-2.0.2.ebuild,v 1.2 2014/10/28 07:49:09 aballier Exp $
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="https://bitbucket.org/ericgazoni/openpyxl/get/${PV}.tar.bz2 -> ${P}.tar
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"