diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ispc/ChangeLog | 3 | ||||
-rw-r--r-- | dev-lang/ispc/ispc-9999.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/ispc/metadata.xml | 8 |
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> |