commit:     8385c40c4a2dffe1ed636a3060f4f3c1b342b888
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 05:13:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 05:14:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8385c40c

net-irc/inspircd: fix PATCHES

Uses ${PF}, aaargh! Broke with the OpenLDAP revbump.

Thanks-to: Ionen Wolkens <ionen <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/inspircd/inspircd-3.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/inspircd/inspircd-3.12.0-r1.ebuild 
b/net-irc/inspircd/inspircd-3.12.0-r1.ebuild
index f5a4ed610821..96b4739cfa9a 100644
--- a/net-irc/inspircd/inspircd-3.12.0-r1.ebuild
+++ b/net-irc/inspircd/inspircd-3.12.0-r1.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 DOCS=( docs/. )
-PATCHES=( "${WORKDIR}"/${PF}-fix-path-builds.patch )
+PATCHES=( "${WORKDIR}"/${P}-fix-path-builds.patch )
 
 src_prepare() {
        default

Reply via email to