diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-06 18:23:15 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-06 18:23:15 +0100 |
commit | 4cfddb3234a6dd98e6d17896ee19f5d58817a28e (patch) | |
tree | b513d9dc7342d4e052112461b056f2ef4557a1ab /dev-lang | |
parent | sci-electronics/tnt: Punt base.eclass (diff) | |
download | sci-4cfddb3234a6dd98e6d17896ee19f5d58817a28e.tar.gz sci-4cfddb3234a6dd98e6d17896ee19f5d58817a28e.tar.bz2 sci-4cfddb3234a6dd98e6d17896ee19f5d58817a28e.zip |
dev-lang/ispc: Punt base.eclass
Package-Manager: portage-2.2.8
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ispc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ispc/ispc-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index e7634ed18..32b0b1818 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-lang/ispc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> ispc-9999.ebuild: + Punt base.eclass + 26 Jun 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 fa19e5576..a0ee3b06f 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -inherit base toolchain-funcs python-any-r1 +inherit toolchain-funcs python-any-r1 DESCRIPTION="Intel SPMD Program Compiler" HOMEPAGE="http://ispc.github.com/" |