commit:     7098e18bf81f9609945ba3922280e9071329d551
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 19:14:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 19:22:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7098e18b

app-portage/gemato: Block incompatible mod from dev-python/pyliblzma

Closes: https://bugs.gentoo.org/643254

 app-portage/gemato/{gemato-9.2.ebuild => gemato-9.2-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-portage/gemato/gemato-9.2.ebuild 
b/app-portage/gemato/gemato-9.2-r1.ebuild
similarity index 86%
rename from app-portage/gemato/gemato-9.2.ebuild
rename to app-portage/gemato/gemato-9.2-r1.ebuild
index a3d0234e963..fd32f6fdd3f 100644
--- a/app-portage/gemato/gemato-9.2.ebuild
+++ b/app-portage/gemato/gemato-9.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+blake2 bzip2 +gpg lzma +portage-postsync sha3 test"
 
+# pyliblzma installs an incompatible 'lzma' module (fixed properly in -9999)
+# https://bugs.gentoo.org/643254
 MODULE_RDEPEND="
+       $(python_gen_cond_dep '!!dev-python/pyliblzma' python2_7)
        blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' 
python{2_7,3_4,3_5} pypy{,3}) )
        bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' 
python2_7 pypy) )
        gpg? ( app-crypt/gnupg )

Reply via email to