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 D7507158086 for ; Sun, 7 Nov 2021 07:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 205A3E09E7; Sun, 7 Nov 2021 07:12:02 +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 EA849E09E7 for ; Sun, 7 Nov 2021 07:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id C8911342C1A for ; Sun, 7 Nov 2021 07:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 628DF13F for ; Sun, 7 Nov 2021 07:11:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636269102.4381eaa1819e3d3dd86cbd8e8e3f2ec3e2c69eaa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/gputils/gputils-1.5.0.ebuild X-VCS-Directories: dev-embedded/gputils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4381eaa1819e3d3dd86cbd8e8e3f2ec3e2c69eaa X-VCS-Branch: master Date: Sun, 7 Nov 2021 07:11:59 +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: 6aecdcb4-b5fc-465c-a702-5bf43103973c X-Archives-Hash: 6a52267838511988b24b00f0096bd99c commit: 4381eaa1819e3d3dd86cbd8e8e3f2ec3e2c69eaa Author: Sam James gentoo org> AuthorDate: Sun Nov 7 07:11:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 7 07:11:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4381eaa1 dev-embedded/gputils: fix unstaged patch filename Bug: https://bugs.gentoo.org/722648 Bug: https://bugs.gentoo.org/817980 Signed-off-by: Sam James gentoo.org> dev-embedded/gputils/gputils-1.5.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild index 651af5d9d70..508c9285573 100644 --- a/dev-embedded/gputils/gputils-1.5.0.ebuild +++ b/dev-embedded/gputils/gputils-1.5.0.ebuild @@ -14,16 +14,17 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" PATCHES=( - "${FILESDIR}/flags.patch" + "${FILESDIR}"/${P}-respect-flags.patch ) src_prepare() { default + # Only needed for the flags patch, if a new release ever comes... eautoreconf } -src_compile() { +src_configure() { # bug #369291, bug #818802 tc-ld-disable-gold