diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-06-23 15:39:16 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-06-23 15:39:16 +0900 |
commit | b711693a7d2704ae4a007c54b56157ba9e2b133d (patch) | |
tree | fc26922438c966de5c799b17ffea280731da28be /dev-scheme/gauche | |
parent | dev-ruby/hocon: add ruby25, use rspec3 (diff) | |
download | gentoo-b711693a7d2704ae4a007c54b56157ba9e2b133d.tar.gz gentoo-b711693a7d2704ae4a007c54b56157ba9e2b133d.tar.bz2 gentoo-b711693a7d2704ae4a007c54b56157ba9e2b133d.zip |
dev-scheme/gauche: tidy
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-scheme/gauche')
-rw-r--r-- | dev-scheme/gauche/gauche-0.9.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-scheme/gauche/gauche-0.9.5.ebuild b/dev-scheme/gauche/gauche-0.9.5.ebuild index e30ab60aee5c..f42b2470a54d 100644 --- a/dev-scheme/gauche/gauche-0.9.5.ebuild +++ b/dev-scheme/gauche/gauche-0.9.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit autotools eutils +inherit autotools MY_P="${P^g}" @@ -34,10 +34,10 @@ PATCHES=( "${FILESDIR}"/${P}-bsd.patch "${FILESDIR}"/${P}-unicode.patch ) +DOCS=( AUTHORS ChangeLog HACKING README ) src_prepare() { default - use ipv6 && sed -i "s/ -4//" ext/tls/ssltest-mod.scm eautoconf @@ -56,5 +56,5 @@ src_test() { src_install() { emake DESTDIR="${D}" install-pkg install-doc - dodoc AUTHORS ChangeLog HACKING README + einstalldocs } |