commit: 9b2de194de0bc01d410ff9d3619d03ac53eb8d2b
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 15:41:08 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 15:42:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2de194
app-admin/fetchlog: eapi bump to 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-admin/fetchlog/{fetchlog-1.4.ebuild => fetchlog-1.4-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-admin/fetchlog/fetchlog-1.4.ebuild
b/app-admin/fetchlog/fetchlog-1.4-r1.ebuild
similarity index 88%
rename from app-admin/fetchlog/fetchlog-1.4.ebuild
rename to app-admin/fetchlog/fetchlog-1.4-r1.ebuild
index e302d890ccc..0893accd6e6 100644
--- a/app-admin/fetchlog/fetchlog-1.4.ebuild
+++ b/app-admin/fetchlog/fetchlog-1.4-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
inherit toolchain-funcs
DESCRIPTION="Displays the last new messages of a logfile"
@@ -29,7 +31,7 @@ pkg_preinst() {
src_compile() {
# Links the .c file straight to the binary
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" || die
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
}
src_install() {