commit:     69a9553ffe7fc202f3176d2479598fd8ecfff140
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  2 23:40:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  2 23:52:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a9553f

sys-block/buffer: [QA] fix UnusedInherits

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/buffer/buffer-1.19-r4.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/sys-block/buffer/buffer-1.19-r4.ebuild 
b/sys-block/buffer/buffer-1.19-r4.ebuild
index b933ee375e5..ed04e96ac0a 100644
--- a/sys-block/buffer/buffer-1.19-r4.ebuild
+++ b/sys-block/buffer/buffer-1.19-r4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
-DESCRIPTION="a tapedrive tool for speeding up reading from and writing to tape"
+DESCRIPTION="A tapedrive tool for speeding up reading from and writing to tape"
 HOMEPAGE="http://www.microwerks.net/~hugo/";
 
 DEBIAN_PR=12
@@ -22,16 +22,17 @@ SRC_URI="
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
-IUSE=""
 
 src_prepare() {
+       local f
        for f in $(<"${WORKDIR}"/debian/patches/series) ; do
                p="${WORKDIR}"/debian/patches/${f}.patch
                ln -sf "${f}" "${p}" || die
-               einfo $p
+               einfo ${p}
                eapply -p1 "${p}" || die
        done
-       cd "${S}"
+
+       cd "${S}" || die
        emake clean
        eapply_user
 }

Reply via email to