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 8AFD813835A for ; Thu, 16 Jul 2020 13:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C8DE081A; Thu, 16 Jul 2020 13:33:11 +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 AD9BDE081A for ; Thu, 16 Jul 2020 13:33:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3519134EF1B for ; Thu, 16 Jul 2020 13:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A23282B3 for ; Thu, 16 Jul 2020 13:33:07 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1594906386.afea09eb61b6bf88996fd90e3d9fdb23f0af1faf.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/figlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/figlet/figlet-2.2.5-r1.ebuild X-VCS-Directories: app-misc/figlet/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: afea09eb61b6bf88996fd90e3d9fdb23f0af1faf X-VCS-Branch: master Date: Thu, 16 Jul 2020 13:33:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a6978ef8-dceb-4578-a0fc-34579719de2b X-Archives-Hash: 10b7f39aae3d4a5d3862f80b3d3e15c5 commit: afea09eb61b6bf88996fd90e3d9fdb23f0af1faf Author: Jeroen Roovers gentoo org> AuthorDate: Thu Jul 16 13:32:52 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Jul 16 13:33:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afea09eb app-misc/figlet: Whitespace Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jeroen Roovers gentoo.org> app-misc/figlet/figlet-2.2.5-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/figlet/figlet-2.2.5-r1.ebuild b/app-misc/figlet/figlet-2.2.5-r1.ebuild index 953d8c4cb93..f78f205dab9 100644 --- a/app-misc/figlet/figlet-2.2.5-r1.ebuild +++ b/app-misc/figlet/figlet-2.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,17 +16,17 @@ src_compile() { emake clean emake \ CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ + LD="$(tc-getCC)" \ + LDFLAGS="${LDFLAGS}" \ prefix="${EPREFIX}/usr" \ all } src_install() { emake \ - DESTDIR="${D}" \ BINDIR="${EPREFIX}/usr/bin" \ + DESTDIR="${D}" \ MANDIR="${EPREFIX}/usr/share/man" \ prefix="${EPREFIX}/usr" \ install