Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wrapt/
Date: Tue, 01 Sep 2015 15:27:52
Message-Id: 1441120979.949efef946ac2a6f0abd84eb8dd5f62c56023f28.prometheanfire@gentoo
1 commit: 949efef946ac2a6f0abd84eb8dd5f62c56023f28
2 Author: Matthew Thode <mthode <AT> mthode <DOT> org>
3 AuthorDate: Tue Sep 1 15:22:59 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 15:22:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949efef9
7
8 adding x86 to wrapt
9
10 dev-python/wrapt/wrapt-1.10.5.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/wrapt/wrapt-1.10.5.ebuild b/dev-python/wrapt/wrapt-1.10.5.ebuild
14 index 2fd4fc8..828797d 100644
15 --- a/dev-python/wrapt/wrapt-1.10.5.ebuild
16 +++ b/dev-python/wrapt/wrapt-1.10.5.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
18
19 LICENSE="BSD"
20 SLOT="0"
21 -KEYWORDS="~amd64"
22 +KEYWORDS="~amd64 ~x86"
23 IUSE="doc test"
24
25 DEPEND="