commit: 03e9d117ef126063544218ad57e7ac447b7d094c
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 01:33:51 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 01:33:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e9d117
gui-libs/wlroots: fix gcc patch for 0.10.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
gui-libs/wlroots/wlroots-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-libs/wlroots/wlroots-0.10.0.ebuild
b/gui-libs/wlroots/wlroots-0.10.0.ebuild
index f1735761b73..00bde310ba8 100644
--- a/gui-libs/wlroots/wlroots-0.10.0.ebuild
+++ b/gui-libs/wlroots/wlroots-0.10.0.ebuild
@@ -47,7 +47,7 @@ BDEPEND="
virtual/pkgconfig
"
-PATCHES=("${FILESDIR}"/${P}-gcc-10.patch)
+PATCHES=("${FILESDIR}"/${PN}-gcc-10.patch)
src_configure() {
# xcb-util-errors is not on Gentoo Repository (and upstream seems
inactive?)