dev-libs/libltdl: Port to EAPI 7

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-02-18 20:11:01 +01:00
parent b494f3adc4
commit b43d525b88

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
EAPI=7
inherit multilib-minimal
@@ -19,7 +19,7 @@ IUSE="static-libs"
RESTRICT="test"
RDEPEND="!<sys-devel/libtool-2.4.3-r2:2"
DEPEND="app-arch/xz-utils"
BDEPEND="app-arch/xz-utils"
S="${WORKDIR}/${MY_P}/libltdl"