summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-06-23 15:39:16 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-06-23 15:39:16 +0900
commitb711693a7d2704ae4a007c54b56157ba9e2b133d (patch)
treefc26922438c966de5c799b17ffea280731da28be /dev-scheme/gauche/gauche-0.9.5.ebuild
parentdev-ruby/hocon: add ruby25, use rspec3 (diff)
downloadgentoo-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/gauche-0.9.5.ebuild')
-rw-r--r--dev-scheme/gauche/gauche-0.9.5.ebuild8
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
}