commit:     1f8db447aeef55f221c95577dc8eecdc3f582df3
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 19:59:55 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 19:59:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8db447

dev-tcltk/expect: DeprecatedEclass

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/expect/expect-5.45.4.ebuild | 14 +++++++-------
 1 file 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
 

Reply via email to