commit:     d0b1c263ce224635f951ef06cec757b05190ce00
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 10:36:27 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 10:40:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b1c263

app-misc/away: EAPI-7 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/away/away-0.9.5-r2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-misc/away/away-0.9.5-r2.ebuild 
b/app-misc/away/away-0.9.5-r2.ebuild
index daf7c44d333d..c22675d3d0f0 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit pam toolchain-funcs flag-o-matic
 
@@ -17,11 +17,12 @@ RDEPEND=">=sys-libs/pam-0.75"
 DEPEND="${RDEPEND}"
 
 DOCS=( BUGS AUTHORS NEWS README TODO data/awayrc )
+
 src_prepare() {
        default
        sed -i -e '/-o \$(BINARY)/d' \
                -e 's:LIBS:LDLIBS:' \
-               "${S}"/Makefile || die "Makefile fix failed"
+               Makefile || die "Makefile fix failed"
 
 }
 

Reply via email to