aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-09-21 20:07:59 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-09-21 20:07:59 +0200
commit2ef42b95962e2c95fe0fb2e5de84c07c074b9b92 (patch)
treec6c35b8411af2e505940397d9ea7f79876da492d
parentdev-python/pickleshare: Add ~x86 to KEYWORDS (diff)
downloadsci-2ef42b95962e2c95fe0fb2e5de84c07c074b9b92.tar.gz
sci-2ef42b95962e2c95fe0fb2e5de84c07c074b9b92.tar.bz2
sci-2ef42b95962e2c95fe0fb2e5de84c07c074b9b92.zip
dev-python/testpath: Add ~x86 to KEYWORDS
Package-Manager: portage-2.2.20.1
-rw-r--r--dev-python/testpath/ChangeLog3
-rw-r--r--dev-python/testpath/testpath-9999.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/testpath/ChangeLog b/dev-python/testpath/ChangeLog
index 4d8f730e6..1a53cdd40 100644
--- a/dev-python/testpath/ChangeLog
+++ b/dev-python/testpath/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 21 Sep 2015; Marius Brehler <marbre@linux.sungazer.de> testpath-9999.ebuild:
+ dev-python/testpath: Add ~x86 to KEYWORDS
+
05 Sep 2015; Marius Brehler <marbre@linux.sungazer.de> testpath-9999.ebuild:
dev-python/testpath: Add test and doc use flag
diff --git a/dev-python/testpath/testpath-9999.ebuild b/dev-python/testpath/testpath-9999.ebuild
index 7253698b5..395bfd701 100644
--- a/dev-python/testpath/testpath-9999.ebuild
+++ b/dev-python/testpath/testpath-9999.ebuild
@@ -15,7 +15,7 @@ if [ ${PV} == "9999" ] ; then
EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
else
SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD"