diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-06-04 13:54:02 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-06-04 13:54:02 +0200 |
commit | 399413fd5c2943680f916a3c2cbd485f0d336d9a (patch) | |
tree | f41698f33ce443fa060175a643b94f651e9a8447 /dev-lang/ispc/ispc-9999.ebuild | |
parent | sci-chemistry/nwchem: Fix for correct usage of new python eclasses (diff) | |
download | sci-399413fd5c2943680f916a3c2cbd485f0d336d9a.tar.gz sci-399413fd5c2943680f916a3c2cbd485f0d336d9a.tar.bz2 sci-399413fd5c2943680f916a3c2cbd485f0d336d9a.zip |
dev-lang/ispc: Fix for correct usage of new python eclasses
Package-Manager: portage-2.2.0_alpha177
Diffstat (limited to 'dev-lang/ispc/ispc-9999.ebuild')
-rw-r--r-- | dev-lang/ispc/ispc-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index e22c4bac8..3483f108e 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.3.0.ebuild,v 1.2 2012/07/20 19:58:21 ottxor Exp $ +# $Header: $ EAPI=5 @@ -29,6 +29,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + ${PYTHON_DEPS} sys-devel/bison sys-devel/flex " |