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/gmpy/
Date: Wed, 21 Feb 2018 22:11:39
Message-Id: 1519251082.e59c7c11a95aacc6a08fb1b38039e752e822db99.mgorny@gentoo
1 commit: e59c7c11a95aacc6a08fb1b38039e752e822db99
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 22:03:14 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 22:11:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59c7c11
7
8 dev-python/gmpy: Tested on ~amd64-fbsd
9
10 Tests fail on apparently silly assumptions about contents of dir(x).
11
12 dev-python/gmpy/gmpy-2.0.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/gmpy/gmpy-2.0.8.ebuild b/dev-python/gmpy/gmpy-2.0.8.ebuild
16 index 0aa9fd3a119..c82cccb4206 100644
17 --- a/dev-python/gmpy/gmpy-2.0.8.ebuild
18 +++ b/dev-python/gmpy/gmpy-2.0.8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.zip"
26
27 LICENSE="LGPL-2.1"
28 SLOT="2"
29 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
30 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
31 IUSE="doc mpir"
32
33 RDEPEND="