# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit common-lisp-3 git-r3 DESCRIPTION="A set of CFFI bindings for libcurses (ncurses), a GUI-like console" HOMEPAGE="http://www.cliki.net/cl-charms" EGIT_REPO_URI="https://gitorious.org/cl-charms/${PN}.git" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lisp/alexandria dev-lisp/cffi sys-libs/ncurses" src_prepare() { sed -i -e '/:unix/s/ncurses.so/ncurses.so.5/' "${S}/src/charms.lisp" || die eapply_user }