diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-08-19 07:09:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-08-19 07:10:13 +0200 |
commit | 58a659534b0c077698dff2ff33bb568e124d96bc (patch) | |
tree | 7e439ce08783bb836c896787af5e6b460b67f0fc /dev-lang/python/python-2.7.10-r1.ebuild | |
parent | 6594762ea9326bccd768378141456beddbbde4c5 (diff) | |
download | gentoo-58a659534b0c077698dff2ff33bb568e124d96bc.tar.gz gentoo-58a659534b0c077698dff2ff33bb568e124d96bc.tar.xz |
dev-lang/python: Backport gcc[-libffi(-)] blocker fix to all versions
Diffstat (limited to 'dev-lang/python/python-2.7.10-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.7.10-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.7.10-r1.ebuild b/dev-lang/python/python-2.7.10-r1.ebuild index aaf1b143e04..de85de70feb 100644 --- a/dev-lang/python/python-2.7.10-r1.ebuild +++ b/dev-lang/python/python-2.7.10-r1.ebuild @@ -61,7 +61,7 @@ RDEPEND="app-arch/bzip2 DEPEND="${RDEPEND} virtual/pkgconfig >=sys-devel/autoconf-2.65 - !sys-devel/gcc[libffi]" + !sys-devel/gcc[libffi(-)]" RDEPEND+=" !build? ( app-misc/mime-types ) doc? ( dev-python/python-docs:${SLOT} )" PDEPEND="app-eselect/eselect-python" |