diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-02-04 20:59:55 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-04 20:59:55 +0100 |
commit | 1f8db447aeef55f221c95577dc8eecdc3f582df3 (patch) | |
tree | 6bc27a11dac1f061e160fcdce681bc030cbbbc6d /dev-tcltk/expect | |
parent | dev-tcltk/expect: EAPI 7 (diff) | |
download | gentoo-1f8db447aeef55f221c95577dc8eecdc3f582df3.tar.gz gentoo-1f8db447aeef55f221c95577dc8eecdc3f582df3.tar.bz2 gentoo-1f8db447aeef55f221c95577dc8eecdc3f582df3.zip |
dev-tcltk/expect: DeprecatedEclass
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/expect')
-rw-r--r-- | dev-tcltk/expect/expect-5.45.4.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-tcltk/expect/expect-5.45.4.ebuild b/dev-tcltk/expect/expect-5.45.4.ebuild index efb1f5f4cae6..6062b7449ecb 100644 --- a/dev-tcltk/expect/expect-5.45.4.ebuild +++ b/dev-tcltk/expect/expect-5.45.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools epatch +inherit autotools MY_P="${PN}${PV}" DESCRIPTION="tool for automating interactive applications" @@ -28,15 +28,15 @@ src_prepare() { default sed -i "s:/usr/local/bin:${EPREFIX}/usr/bin:" expect.man || die - epatch "${FILESDIR}"/${PN}-5.45-gfbsd.patch - epatch "${FILESDIR}"/${PN}-5.44.1.15-ldflags.patch - epatch "${FILESDIR}"/${PN}-5.45-headers.patch #337943 - epatch "${FILESDIR}"/${PN}-5.45-format-security.patch + eapply "${FILESDIR}"/${PN}-5.45-gfbsd.patch + eapply "${FILESDIR}"/${PN}-5.44.1.15-ldflags.patch + eapply "${FILESDIR}"/${PN}-5.45-headers.patch #337943 + eapply "${FILESDIR}"/${PN}-5.45-format-security.patch sed -i 's:ifdef HAVE_SYS_WAIT_H:ifndef NO_SYS_WAIT_H:' *.c # fix install_name on darwin [[ ${CHOST} == *-darwin* ]] && \ - epatch "${FILESDIR}"/${P}-darwin-install_name.patch + eapply "${FILESDIR}"/${P}-darwin-install_name.patch mv configure.{in,ac} || die |