diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-07-25 23:28:03 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-07-25 23:28:18 +0200 |
commit | 77436bdfe7c97ec38ccc3ffdac5e2587b5ea8fb0 (patch) | |
tree | 9cb12e2aae7d58908960fe5d302ad1e43651f953 /dev-util | |
parent | dev-util/pkgconf: Removed old (diff) | |
download | gentoo-77436bdfe7c97ec38ccc3ffdac5e2587b5ea8fb0.tar.gz gentoo-77436bdfe7c97ec38ccc3ffdac5e2587b5ea8fb0.tar.bz2 gentoo-77436bdfe7c97ec38ccc3ffdac5e2587b5ea8fb0.zip |
dev-util/pkgconf: Fixed patch reference
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.7.4.ebuild | 2 | ||||
-rw-r--r-- | 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 3923dd6417ea..5be8ccdbf798 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 3923dd6417ea..5be8ccdbf798 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 |