diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-23 20:33:51 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-23 20:33:51 -0500 |
commit | 03e9d117ef126063544218ad57e7ac447b7d094c (patch) | |
tree | b58618caf54d7b7e5db4742e084902e6017978bd /gui-libs | |
parent | net-misc/vde: Bump to latest source in git (diff) | |
download | gentoo-03e9d117ef126063544218ad57e7ac447b7d094c.tar.gz gentoo-03e9d117ef126063544218ad57e7ac447b7d094c.tar.bz2 gentoo-03e9d117ef126063544218ad57e7ac447b7d094c.zip |
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@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.10.0.ebuild b/gui-libs/wlroots/wlroots-0.10.0.ebuild index f1735761b739..00bde310ba80 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?) |