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: app-portage/gemato/
Date: Wed, 03 Jan 2018 19:23:03
Message-Id: 1515007369.7098e18bf81f9609945ba3922280e9071329d551.mgorny@gentoo
1 commit: 7098e18bf81f9609945ba3922280e9071329d551
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 19:14:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 19:22:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7098e18b
7
8 app-portage/gemato: Block incompatible mod from dev-python/pyliblzma
9
10 Closes: https://bugs.gentoo.org/643254
11
12 app-portage/gemato/{gemato-9.2.ebuild => gemato-9.2-r1.ebuild} | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/app-portage/gemato/gemato-9.2.ebuild b/app-portage/gemato/gemato-9.2-r1.ebuild
16 similarity index 86%
17 rename from app-portage/gemato/gemato-9.2.ebuild
18 rename to app-portage/gemato/gemato-9.2-r1.ebuild
19 index a3d0234e963..fd32f6fdd3f 100644
20 --- a/app-portage/gemato/gemato-9.2.ebuild
21 +++ b/app-portage/gemato/gemato-9.2-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,7 +17,10 @@ SLOT="0"
29 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
30 IUSE="+blake2 bzip2 +gpg lzma +portage-postsync sha3 test"
31
32 +# pyliblzma installs an incompatible 'lzma' module (fixed properly in -9999)
33 +# https://bugs.gentoo.org/643254
34 MODULE_RDEPEND="
35 + $(python_gen_cond_dep '!!dev-python/pyliblzma' python2_7)
36 blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
37 bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
38 gpg? ( app-crypt/gnupg )