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 0EB04139337 for ; Sun, 25 Jul 2021 21:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5776AE0B64; Sun, 25 Jul 2021 21:28:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3EA96E0B64 for ; Sun, 25 Jul 2021 21:28:28 +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 5FFB1342CFB for ; Sun, 25 Jul 2021 21:28:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CDAF7D0 for ; Sun, 25 Jul 2021 21:28:26 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1627248498.77436bdfe7c97ec38ccc3ffdac5e2587b5ea8fb0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconf/pkgconf-1.7.4.ebuild dev-util/pkgconf/pkgconf-1.8.0.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 77436bdfe7c97ec38ccc3ffdac5e2587b5ea8fb0 X-VCS-Branch: master Date: Sun, 25 Jul 2021 21:28:26 +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: 2b151b28-7b51-4f17-bc14-5d23e27ce0e4 X-Archives-Hash: 7937a6bf13e124ce2318378f05cc1e14 commit: 77436bdfe7c97ec38ccc3ffdac5e2587b5ea8fb0 Author: Lars Wendler gentoo org> AuthorDate: Sun Jul 25 21:28:03 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Jul 25 21:28:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77436bdf dev-util/pkgconf: Fixed patch reference Signed-off-by: Lars Wendler gentoo.org> dev-util/pkgconf/pkgconf-1.7.4.ebuild | 2 +- dev-util/pkgconf/pkgconf-1.8.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pkgconf/pkgconf-1.7.4.ebuild b/dev-util/pkgconf/pkgconf-1.7.4.ebuild index 3923dd6417e..5be8ccdbf79 100644 --- a/dev-util/pkgconf/pkgconf-1.7.4.ebuild +++ b/dev-util/pkgconf/pkgconf-1.7.4.ebuild @@ -40,7 +40,7 @@ MULTILIB_CHOST_TOOLS=( src_prepare() { default - [[ ${CHOST} == *-darwin9 ]] && eapply "${FILESDIR}"/${P}-darwin9.patch + [[ ${CHOST} == *-darwin9 ]] && eapply "${FILESDIR}"/${PN}-1.7.3-darwin9.patch [[ ${PV} == "9999" ]] && eautoreconf if use pkg-config; then diff --git a/dev-util/pkgconf/pkgconf-1.8.0.ebuild b/dev-util/pkgconf/pkgconf-1.8.0.ebuild index 3923dd6417e..5be8ccdbf79 100644 --- a/dev-util/pkgconf/pkgconf-1.8.0.ebuild +++ b/dev-util/pkgconf/pkgconf-1.8.0.ebuild @@ -40,7 +40,7 @@ MULTILIB_CHOST_TOOLS=( src_prepare() { default - [[ ${CHOST} == *-darwin9 ]] && eapply "${FILESDIR}"/${P}-darwin9.patch + [[ ${CHOST} == *-darwin9 ]] && eapply "${FILESDIR}"/${PN}-1.7.3-darwin9.patch [[ ${PV} == "9999" ]] && eautoreconf if use pkg-config; then