Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testpath/
Date: Sat, 28 Nov 2015 17:33:41
Message-Id: 1448728611.0954a9b942bb572a13ff54962731f40ab41b086e.jlec@gentoo
1 commit: 0954a9b942bb572a13ff54962731f40ab41b086e
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 16:36:51 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 16:36:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0954a9b9
7
8 dev-python/testpath: Move KEYWORDS variable
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/testpath/testpath-0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/testpath/testpath-0.2.ebuild b/dev-python/testpath/testpath-0.2.ebuild
16 index a3ee765..2a54e4b 100644
17 --- a/dev-python/testpath/testpath-0.2.ebuild
18 +++ b/dev-python/testpath/testpath-0.2.ebuild
19 @@ -11,10 +11,10 @@ inherit distutils-r1
20 DESCRIPTION="Test utilities for code working with files and commands"
21 HOMEPAGE="http://jupyter.org"
22 SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 -KEYWORDS="~amd64 ~x86"
24
25 LICENSE="BSD"
26 SLOT="0"
27 +KEYWORDS="~amd64 ~x86"
28 IUSE="doc test"
29
30 DEPEND="