commit: b43d525b88277bcdff66ee5b2f4901aae0b01f05
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 19:11:01 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 19:11:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43d525b
dev-libs/libltdl: Port to EAPI 7
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/libltdl/libltdl-2.4.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libltdl/libltdl-2.4.6.ebuild
b/dev-libs/libltdl/libltdl-2.4.6.ebuild
index 28d8c55cbf4..87edfbde910 100644
--- a/dev-libs/libltdl/libltdl-2.4.6.ebuild
+++ b/dev-libs/libltdl/libltdl-2.4.6.ebuild
@@ -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"