# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit git-r3 EGIT_REPO_URI="http://haltp.org/git/${PN}.git" EGIT_MIN_CLONE_TYPE="mirror" DESCRIPTION="a purely functional dialect of Scheme" HOMEPAGE="http://code.google.com/p/owl-lisp/ http://haltp.org/download/readme.txt https://github.com/aoh/owl-lisp" LICENSE="AS-IS" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DOCS="README THANKS" src_prepare() { sed -i -e 's|CFLAGS=|CFLAGS?=|g' Makefile || die 'sed failed' }