diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-13 11:58:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-13 11:58:21 +0100 |
commit | ddfdb6835cbdefdb41016dd5896713eb7d87786c (patch) | |
tree | 06e465bedec97d57e2581c1cb065c27cd24a2633 /dev-lang | |
parent | media-fonts/sil-doulos: Remove 5.000 (r0) (diff) | |
download | gentoo-ddfdb6835cbdefdb41016dd5896713eb7d87786c.tar.gz gentoo-ddfdb6835cbdefdb41016dd5896713eb7d87786c.tar.bz2 gentoo-ddfdb6835cbdefdb41016dd5896713eb7d87786c.zip |
dev-lang/gforth: reenable build-time checks
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gforth/gforth-0.7.3-r1.ebuild (renamed from dev-lang/gforth/gforth-0.7.3.ebuild) | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/dev-lang/gforth/gforth-0.7.3.ebuild b/dev-lang/gforth/gforth-0.7.3-r1.ebuild index bcb4ec21a59f..c1d32de053d1 100644 --- a/dev-lang/gforth/gforth-0.7.3.ebuild +++ b/dev-lang/gforth/gforth-0.7.3-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit elisp-common eutils @@ -20,17 +20,12 @@ RDEPEND="${DEPEND}" SITEFILE="50${PN}-gentoo.el" -src_prepare() { - epatch "${FILESDIR}/${PN}-0.7.0-make-elc.patch" - epatch_user -} +PATCHES=( + "${FILESDIR}"/${PN}-0.7.0-make-elc.patch +) src_configure() { - # May want to add a USE flag for --enable-force-cdiv, if necessary - # At this point I do not know when that is appropriate, and I don't - # want to add an ebuild-specific USE flag without understanding. econf \ - --without-check \ $(use emacs || echo "--without-lispdir") } @@ -40,7 +35,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + default dodoc AUTHORS BUGS ChangeLog NEWS* README* ToDo doc/glossaries.doc doc/*.ps |