Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/away/
Date: Tue, 30 Nov 2021 10:41:06
Message-Id: 1638268847.d0b1c263ce224635f951ef06cec757b05190ce00.asturm@gentoo
1 commit: d0b1c263ce224635f951ef06cec757b05190ce00
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 10:36:27 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 10:40:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b1c263
7
8 app-misc/away: EAPI-7 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-misc/away/away-0.9.5-r2.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/app-misc/away/away-0.9.5-r2.ebuild b/app-misc/away/away-0.9.5-r2.ebuild
17 index daf7c44d333d..c22675d3d0f0 100644
18 --- a/app-misc/away/away-0.9.5-r2.ebuild
19 +++ b/app-misc/away/away-0.9.5-r2.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit pam toolchain-funcs flag-o-matic
29
30 @@ -17,11 +17,12 @@ RDEPEND=">=sys-libs/pam-0.75"
31 DEPEND="${RDEPEND}"
32
33 DOCS=( BUGS AUTHORS NEWS README TODO data/awayrc )
34 +
35 src_prepare() {
36 default
37 sed -i -e '/-o \$(BINARY)/d' \
38 -e 's:LIBS:LDLIBS:' \
39 - "${S}"/Makefile || die "Makefile fix failed"
40 + Makefile || die "Makefile fix failed"
41
42 }