Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/
Date: Wed, 21 Mar 2018 14:32:07
Message-Id: 1521642720.8e73b8def6dc1034962ea1dcdc25d65ef1680690.mgorny@gentoo
1 commit: 8e73b8def6dc1034962ea1dcdc25d65ef1680690
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 13:00:31 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 14:32:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e73b8de
7
8 dev-python/lxml: Enable pypy
9
10 dev-python/lxml/lxml-4.1.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/lxml/lxml-4.1.1.ebuild b/dev-python/lxml/lxml-4.1.1.ebuild
14 index 2ab0055cd81..50407de9c30 100644
15 --- a/dev-python/lxml/lxml-4.1.1.ebuild
16 +++ b/dev-python/lxml/lxml-4.1.1.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
26
27 inherit distutils-r1 eutils flag-o-matic toolchain-funcs