Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/dev/mgorny:master commit in: dev-binpkg/pypy/
Date: Sun, 15 Dec 2019 04:39:31
Message-Id: 1576384604.004928c8bc3e8ee4b150bf503e085a139f979818.mgorny@gentoo
1 commit: 004928c8bc3e8ee4b150bf503e085a139f979818
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 15 04:36:44 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 15 04:36:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/mgorny.git/commit/?id=004928c8
7
8 dev-binpkg/pypy: Remove obsolete USE=test
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-binpkg/pypy/pypy-7.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-binpkg/pypy/pypy-7.2.0.ebuild b/dev-binpkg/pypy/pypy-7.2.0.ebuild
16 index b6b97f3..3acab0e 100644
17 --- a/dev-binpkg/pypy/pypy-7.2.0.ebuild
18 +++ b/dev-binpkg/pypy/pypy-7.2.0.ebuild
19 @@ -19,7 +19,7 @@ LICENSE="MIT"
20 # pypy 7.0.0: install directory changed to 'pypy2.7'
21 SLOT="0/41-py27"
22 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
23 -IUSE="bzip2 +jit low-memory ncurses sandbox cpu_flags_x86_sse2 test"
24 +IUSE="bzip2 +jit low-memory ncurses sandbox cpu_flags_x86_sse2"
25
26 DEPEND=">=sys-libs/zlib-1.1.3:0=
27 virtual/libffi:0=