Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/fetchlog/
Date: Sun, 06 Aug 2017 15:42:47
Message-Id: 1502034138.9b2de194de0bc01d410ff9d3619d03ac53eb8d2b.amynka@gentoo
1 commit: 9b2de194de0bc01d410ff9d3619d03ac53eb8d2b
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 15:41:08 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 15:42:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2de194
7
8 app-admin/fetchlog: eapi bump to 6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-admin/fetchlog/{fetchlog-1.4.ebuild => fetchlog-1.4-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/fetchlog/fetchlog-1.4.ebuild b/app-admin/fetchlog/fetchlog-1.4-r1.ebuild
16 similarity index 88%
17 rename from app-admin/fetchlog/fetchlog-1.4.ebuild
18 rename to app-admin/fetchlog/fetchlog-1.4-r1.ebuild
19 index e302d890ccc..0893accd6e6 100644
20 --- a/app-admin/fetchlog/fetchlog-1.4.ebuild
21 +++ b/app-admin/fetchlog/fetchlog-1.4-r1.ebuild
22 @@ -1,6 +1,8 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 +EAPI=6
28 +
29 inherit toolchain-funcs
30
31 DESCRIPTION="Displays the last new messages of a logfile"
32 @@ -29,7 +31,7 @@ pkg_preinst() {
33
34 src_compile() {
35 # Links the .c file straight to the binary
36 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" || die
37 + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
38 }
39
40 src_install() {