diff options
author | David Seifert <soap@gentoo.org> | 2020-02-18 20:11:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-18 20:11:01 +0100 |
commit | b43d525b88277bcdff66ee5b2f4901aae0b01f05 (patch) | |
tree | 2a17dba72d2ea2db9600b4be9de8425d5ab5edc7 /dev-libs/libltdl | |
parent | dev-libs/libee: Port to EAPI 7 (diff) | |
download | gentoo-b43d525b88277bcdff66ee5b2f4901aae0b01f05.tar.gz gentoo-b43d525b88277bcdff66ee5b2f4901aae0b01f05.tar.bz2 gentoo-b43d525b88277bcdff66ee5b2f4901aae0b01f05.zip |
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>
Diffstat (limited to 'dev-libs/libltdl')
-rw-r--r-- | dev-libs/libltdl/libltdl-2.4.6.ebuild | 4 |
1 files 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 28d8c55cbf48..87edfbde9106 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" |