diff --git a/dev-lang/ispc/ispc-1.8.2-r3.ebuild b/dev-lang/ispc/ispc-1.9.0.ebuild index 97bb7a5..2096fbd 100644 --- a/dev-lang/ispc/ispc-1.8.2-r3.ebuild +++ b/dev-lang/ispc/ispc-1.9.0.ebuild @@ -16,9 +16,8 @@ if [[ ${PV} = *9999 ]]; then 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 - http://dev.gentoo.org/~ottxor/dist/${P}-llvm-3.7.patch.gz" - KEYWORDS="~amd64 ~x86" + 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" @@ -26,8 +25,8 @@ SLOT="0" IUSE="examples" RDEPEND=" - >=sys-devel/clang-3.7 - >=sys-devel/llvm-3.7 + >=sys-devel/clang-3.8:= + >=sys-devel/llvm-3.8:= " DEPEND=" ${RDEPEND} @@ -36,10 +35,6 @@ DEPEND=" sys-devel/flex " -src_prepare(){ - epatch "${WORKDIR}/${P}-llvm-3.7.patch" -} - src_compile() { sed -i '/^\t@/s/@//' Makefile || die #make all slient commands ("@") verbose emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)"