aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-09-22 08:26:53 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-09-22 08:31:58 +0200
commita7ec19d402f5f482331caf97eccb4ccd6c82be5f (patch)
tree9b5944e7d00f9f98321e4fa6fbcf2dc03704881f
parentdev-python/ipykernel: Add ~x86 to KEYWORDS, fixes #561032 (diff)
downloadsci-a7ec19d402f5f482331caf97eccb4ccd6c82be5f.tar.gz
sci-a7ec19d402f5f482331caf97eccb4ccd6c82be5f.tar.bz2
sci-a7ec19d402f5f482331caf97eccb4ccd6c82be5f.zip
dev-python/ipyparallel: Add ~x86 to KEYWORDS, fixes #561032
Package-Manager: portage-2.2.20.1
-rw-r--r--dev-python/ipyparallel/ChangeLog4
-rw-r--r--dev-python/ipyparallel/ipyparallel-4.0.2.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
index 7fc778cd1..09c4503a3 100644
--- a/dev-python/ipyparallel/ChangeLog
+++ b/dev-python/ipyparallel/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 22 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ ipyparallel-4.0.2.ebuild:
+ dev-python/ipyparallel: Add ~x86 to KEYWORDS, fixes #561032
+
02 Sep 2015; Sean Vig <sean.v.775@gmail.com> ipyparallel-9999.ebuild:
dev-python/ipyparallel: Add doc use flag
diff --git a/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
index b1c026781..14c750390 100644
--- a/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
@@ -15,7 +15,7 @@ if [ ${PV} == "9999" ] ; then
EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD"