Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/testpath/
Date: Mon, 21 Sep 2015 19:05:50
Message-Id: 1442858879.2ef42b95962e2c95fe0fb2e5de84c07c074b9b92.jlec@gentoo
1 commit: 2ef42b95962e2c95fe0fb2e5de84c07c074b9b92
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Mon Sep 21 18:07:59 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 18:07:59 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2ef42b95
7
8 dev-python/testpath: Add ~x86 to KEYWORDS
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/testpath/ChangeLog | 3 +++
13 dev-python/testpath/testpath-9999.ebuild | 2 +-
14 2 files changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/testpath/ChangeLog b/dev-python/testpath/ChangeLog
17 index 4d8f730..1a53cdd 100644
18 --- a/dev-python/testpath/ChangeLog
19 +++ b/dev-python/testpath/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 21 Sep 2015; Marius Brehler <marbre@××××××××××××××.de> testpath-9999.ebuild:
25 + dev-python/testpath: Add ~x86 to KEYWORDS
26 +
27 05 Sep 2015; Marius Brehler <marbre@××××××××××××××.de> testpath-9999.ebuild:
28 dev-python/testpath: Add test and doc use flag
29
30
31 diff --git a/dev-python/testpath/testpath-9999.ebuild b/dev-python/testpath/testpath-9999.ebuild
32 index 7253698..395bfd7 100644
33 --- a/dev-python/testpath/testpath-9999.ebuild
34 +++ b/dev-python/testpath/testpath-9999.ebuild
35 @@ -15,7 +15,7 @@ if [ ${PV} == "9999" ] ; then
36 EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
37 else
38 SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 - KEYWORDS="~amd64"
40 + KEYWORDS="~amd64 ~x86"
41 fi
42
43 LICENSE="BSD"