diff options
Diffstat (limited to 'app-misc/away')
-rw-r--r-- | app-misc/away/away-0.9.5-r2.ebuild | 7 |
1 files 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" } |