diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-30 11:36:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-30 11:40:47 +0100 |
commit | d0b1c263ce224635f951ef06cec757b05190ce00 (patch) | |
tree | e444a0f45db1bdce59b1a499423de5b04976a783 /app-misc/away | |
parent | dev-python/jaraco-envs: Strip optional runtime dep on tox (diff) | |
download | gentoo-d0b1c263ce224635f951ef06cec757b05190ce00.tar.gz gentoo-d0b1c263ce224635f951ef06cec757b05190ce00.tar.bz2 gentoo-d0b1c263ce224635f951ef06cec757b05190ce00.zip |
app-misc/away: EAPI-7 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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" } |