aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-04 13:54:02 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-04 13:54:02 +0200
commit399413fd5c2943680f916a3c2cbd485f0d336d9a (patch)
treef41698f33ce443fa060175a643b94f651e9a8447 /dev-lang/ispc
parentsci-chemistry/nwchem: Fix for correct usage of new python eclasses (diff)
downloadsci-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')
-rw-r--r--dev-lang/ispc/ChangeLog3
-rw-r--r--dev-lang/ispc/ispc-9999.ebuild3
-rw-r--r--dev-lang/ispc/metadata.xml8
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog
index 8c34eaf29..e4df78d86 100644
--- a/dev-lang/ispc/ChangeLog
+++ b/dev-lang/ispc/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Jun 2013; Justin Lecher <jlec@gentoo.org> ispc-9999.ebuild, metadata.xml:
+ Fix for correct usage of new python eclasses
+
31 May 2013; Christoph Junghans <ottxor@gentoo.org> ispc-9999.ebuild:
sync with gx86
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
"
diff --git a/dev-lang/ispc/metadata.xml b/dev-lang/ispc/metadata.xml
index 745b9e1ce..06c3d15a6 100644
--- a/dev-lang/ispc/metadata.xml
+++ b/dev-lang/ispc/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>ottxor@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
+ <maintainer>
+ <email>ottxor@gentoo.org</email>
+ <name>Christoph Junghans</name>
+ </maintainer>
</pkgmetadata>