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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CAD915808B for ; Sat, 26 Mar 2022 17:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4A5E0828; Sat, 26 Mar 2022 17:27:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B56DE0828 for ; Sat, 26 Mar 2022 17:27:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D26E34354C for ; Sat, 26 Mar 2022 17:27:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B23A290 for ; Sat, 26 Mar 2022 17:27:01 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1648315618.6837cb886b9135dc51319fdfe40f546dab20515f.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/linux-logo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/linux-logo/linux-logo-6.0.ebuild X-VCS-Directories: app-misc/linux-logo/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 6837cb886b9135dc51319fdfe40f546dab20515f X-VCS-Branch: master Date: Sat, 26 Mar 2022 17:27:01 +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: 898882b8-a782-4941-a0d7-6eefa7248c95 X-Archives-Hash: 9e82cfecb7b736bb63e0ebf0756555d5 commit: 6837cb886b9135dc51319fdfe40f546dab20515f Author: Bernard Cafarelli gentoo org> AuthorDate: Sat Mar 26 17:26:40 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sat Mar 26 17:26:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6837cb88 app-misc/linux-logo: update configure call Bug: https://bugs.gentoo.org/836038 Signed-off-by: Bernard Cafarelli gentoo.org> app-misc/linux-logo/linux-logo-6.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-misc/linux-logo/linux-logo-6.0.ebuild b/app-misc/linux-logo/linux-logo-6.0.ebuild index 0b5e11c7d8c6..fb66fd3fa585 100644 --- a/app-misc/linux-logo/linux-logo-6.0.ebuild +++ b/app-misc/linux-logo/linux-logo-6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,8 +42,7 @@ src_prepare() { } src_configure() { - ARCH="" CC="$(tc-getCC)" AR="$(tc-getAR)" LDFLAGS="${LDFLAGS}" DESTDIR="${D}" \ - ./configure --prefix=/usr || die + ARCH="" CC="$(tc-getCC)" AR="$(tc-getAR)" econf } src_install() {