diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 13:06:42 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 18:37:15 -0400 |
commit | 714bd9cbf25f47c70b6dc9096b3d847f4db06b55 (patch) | |
tree | 05ee41b7bab475d93c5ce0fe92bec5e266bf9f4c /media-libs/liblingoteach | |
parent | app-i18n/kanjipad: bump EAPI; drop eutils; use https (diff) | |
download | gentoo-714bd9cbf25f47c70b6dc9096b3d847f4db06b55.tar.gz gentoo-714bd9cbf25f47c70b6dc9096b3d847f4db06b55.tar.bz2 gentoo-714bd9cbf25f47c70b6dc9096b3d847f4db06b55.zip |
media-libs/liblingoteach: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/liblingoteach')
-rw-r--r-- | media-libs/liblingoteach/liblingoteach-0.2.3.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild index 054e996b92ca..cc1b3d3936b6 100644 --- a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild +++ b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="A library to support lingoteach-ui and for generic lesson development" HOMEPAGE="http://lingoteach.sourceforge.net" @@ -18,13 +18,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_configure() { - econf --disable-dependency-tracking \ + econf \ $(use_enable zlib compression) \ $(use_enable debug) } - -src_install() { - emake HTML_DIR="/usr/share/doc/${PF}" DOC_MODULE="" \ - DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog HACKING NEWS README -} |