diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-03 20:14:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-03 20:22:49 +0100 |
commit | 7098e18bf81f9609945ba3922280e9071329d551 (patch) | |
tree | d973f97af0122439876ae9666cf27dcb203489d9 /app-portage | |
parent | media-gfx/gimp: Remove vulnerable (bug 641954) (diff) | |
download | gentoo-7098e18bf81f9609945ba3922280e9071329d551.tar.gz gentoo-7098e18bf81f9609945ba3922280e9071329d551.tar.bz2 gentoo-7098e18bf81f9609945ba3922280e9071329d551.zip |
app-portage/gemato: Block incompatible mod from dev-python/pyliblzma
Closes: https://bugs.gentoo.org/643254
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gemato/gemato-9.2-r1.ebuild (renamed from app-portage/gemato/gemato-9.2.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-portage/gemato/gemato-9.2.ebuild b/app-portage/gemato/gemato-9.2-r1.ebuild index a3d0234e963a..fd32f6fdd3f4 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 ) |