[dev-libs/libtomcrypt] move to EAPI 7

This commit is contained in:
Robert Förster 2019-03-22 00:08:30 +01:00
parent 62e1f74b8f
commit 0ca2616b22
1 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation # Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5" EAPI="7"
inherit autotools-multilib eutils flag-o-matic multilib toolchain-funcs inherit autotools multilib-minimal toolchain-funcs
DESCRIPTION="modular and portable cryptographic toolkit" DESCRIPTION="modular and portable cryptographic toolkit"
HOMEPAGE="http://www.libtom.org/" HOMEPAGE="http://www.libtom.org/"
@ -37,7 +36,7 @@ src_prepare() {
EOF EOF
touch NEWS README AUTHORS ChangeLog Makefile.am touch NEWS README AUTHORS ChangeLog Makefile.am
eautoreconf eautoreconf
# export LT="${S}"/libtool export LIBTOOL="${S}"/libtool
multilib_copy_sources multilib_copy_sources
} }
@ -62,7 +61,7 @@ src_test() {
} }
src_install() { src_install() {
multilib_foreach_abi _emake DESTDIR="${ED}" install multilib_foreach_abi _emake DESTDIR="${D}" install
dodoc TODO changes dodoc TODO changes
if use doc ; then if use doc ; then
dodoc doc/* dodoc doc/*