commit: 77436bdfe7c97ec38ccc3ffdac5e2587b5ea8fb0
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 21:28:03 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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