From d0b1c263ce224635f951ef06cec757b05190ce00 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 30 Nov 2021 11:36:27 +0100 Subject: app-misc/away: EAPI-7 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- app-misc/away/away-0.9.5-r2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app-misc') 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" } -- cgit v1.2.3-65-gdbad