commit: 0ab85fcd1a0c9163d18d9696a31e25e2e9141449 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 10 18:12:00 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 10 18:12:00 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0ab85fcd
dev-python/ffc: Chop DESCRIPTION to 80 chars * Bump EAPI to 6 * allow revision in fixed versioned deps Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/ffc/ffc-1.4.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/ffc/ffc-1.4.0.ebuild b/dev-python/ffc/ffc-1.4.0.ebuild index 12e0e43..c0e8f7d 100644 --- a/dev-python/ffc/ffc-1.4.0.ebuild +++ b/dev-python/ffc/ffc-1.4.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form" +DESCRIPTION="Compiler for multilinear forms by generating C or C++ code" HOMEPAGE="https://bitbucket.org/fenics-project/ffc/" SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz" @@ -19,8 +19,8 @@ IUSE="" RDEPEND=" !sci-mathematics/ufc - =dev-python/ufl-${PV}[${PYTHON_USEDEP}] - =dev-python/instant-${PV}[${PYTHON_USEDEP}] - =dev-python/fiat-${PV}[${PYTHON_USEDEP}] + ~dev-python/ufl-${PV}[${PYTHON_USEDEP}] + ~dev-python/instant-${PV}[${PYTHON_USEDEP}] + ~dev-python/fiat-${PV}[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] "
