diff options
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r-- | dev-lang/ispc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/ispc/ispc-1.4.3.ebuild (renamed from dev-lang/ispc/ispc-1.4.1.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index 9d5e09dfaf04..957a76aa91d7 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/ispc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.11 2013/05/31 23:25:17 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.12 2013/06/26 00:29:51 ottxor Exp $ + +*ispc-1.4.3 (26 Jun 2013) + + 26 Jun 2013; Christoph Junghans <ottxor@gentoo.org> +ispc-1.4.3.ebuild, + -ispc-1.4.1.ebuild: + version bump *ispc-1.4.1 (31 May 2013) diff --git a/dev-lang/ispc/ispc-1.4.1.ebuild b/dev-lang/ispc/ispc-1.4.3.ebuild index a9d3c45c1376..1cb4ef89d280 100644 --- a/dev-lang/ispc/ispc-1.4.1.ebuild +++ b/dev-lang/ispc/ispc-1.4.3.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.4.1.ebuild,v 1.1 2013/05/31 23:25:17 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.4.3.ebuild,v 1.1 2013/06/26 00:29:51 ottxor Exp $ EAPI=5 @@ -14,13 +14,14 @@ HOMEPAGE="http://ispc.github.com/" if [[ ${PV} = *9999 ]]; then inherit git-2 EGIT_REPO_URI="git://github.com/ispc/ispc.git" + KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" fi LICENSE="BSD BSD-2 UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~x86" IUSE="examples" RDEPEND=" @@ -29,6 +30,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + ${PYTHON_DEPS} sys-devel/bison sys-devel/flex " |