From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AED20139694 for ; Sun, 6 Aug 2017 15:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09436E0CB6; Sun, 6 Aug 2017 15:42:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCB3DE0CB6 for ; Sun, 6 Aug 2017 15:42:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEA6C341746 for ; Sun, 6 Aug 2017 15:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CE7B74FA for ; Sun, 6 Aug 2017 15:42:44 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1502034138.9b2de194de0bc01d410ff9d3619d03ac53eb8d2b.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/fetchlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/fetchlog/fetchlog-1.4-r1.ebuild app-admin/fetchlog/fetchlog-1.4.ebuild X-VCS-Directories: app-admin/fetchlog/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 9b2de194de0bc01d410ff9d3619d03ac53eb8d2b X-VCS-Branch: master Date: Sun, 6 Aug 2017 15:42:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2f3d2975-d1bb-45fe-967e-c7246c0d6425 X-Archives-Hash: c46d34430c2b5c03a436e181b8588a7d commit: 9b2de194de0bc01d410ff9d3619d03ac53eb8d2b Author: Amy Liffey gentoo org> AuthorDate: Sun Aug 6 15:41:08 2017 +0000 Commit: Amy Liffey gentoo 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() {