-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=3
-
-inherit multilib
+EAPI=6
DESCRIPTION="Erlang-style concurrency for Gambit Scheme"
HOMEPAGE="https://code.google.com/p/termite/"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-scheme/gambit"
S="${WORKDIR}/${PN}"
src_install() {
- dobin tsi || die "dobin failed"
- dodoc README CHANGELOG || die "dodoc failed"
+ dobin tsi
+ dodoc README CHANGELOG
insinto /usr/$(get_libdir)/${PN}/
- doins *.scm || die "doins failed"
- doins -r otp || die "doins failed"
+ doins *.scm
+ doins -r otp
insinto /usr/share/${PN}
- doins -r examples test benchmarks || die "doins failed"
+ doins -r examples test benchmarks
}