app-admin/fetchlog: eapi bump to 6
authorAmy Liffey <amynka@gentoo.org>
Sun, 6 Aug 2017 15:41:08 +0000 (17:41 +0200)
committerAmy Liffey <amynka@gentoo.org>
Sun, 6 Aug 2017 15:42:18 +0000 (17:42 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-admin/fetchlog/fetchlog-1.4-r1.ebuild [moved from app-admin/fetchlog/fetchlog-1.4.ebuild with 88% similarity]

similarity index 88%
rename from app-admin/fetchlog/fetchlog-1.4.ebuild
rename to app-admin/fetchlog/fetchlog-1.4-r1.ebuild
index e302d890cccd092431b6fee8f5345e59223bff15..0893accd6e637682479982c621260183adb378fc 100644 (file)
@@ -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() {