aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ffc/ffc-1.3.0.ebuild')
-rw-r--r--dev-python/ffc/ffc-1.3.0.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild
index f4d5db69b..5dbce3b65 100644
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ b/dev-python/ffc/ffc-1.3.0.ebuild
@@ -14,5 +14,13 @@ SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
+
+RDEPPEND="
+ >=sci-mathematics/ufc-1.4.2
+ =dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+ =dev-python/instant-${PV}[${PYTHON_USEDEP}]
+ =dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ "