Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Fri, 24 Apr 2020 01:34:03
Message-Id: 1587692031.03e9d117ef126063544218ad57e7ac447b7d094c.prometheanfire@gentoo
1 commit: 03e9d117ef126063544218ad57e7ac447b7d094c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 01:33:51 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 01:33:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e9d117
7
8 gui-libs/wlroots: fix gcc patch for 0.10.0
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-libs/wlroots/wlroots-0.10.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-libs/wlroots/wlroots-0.10.0.ebuild b/gui-libs/wlroots/wlroots-0.10.0.ebuild
17 index f1735761b73..00bde310ba8 100644
18 --- a/gui-libs/wlroots/wlroots-0.10.0.ebuild
19 +++ b/gui-libs/wlroots/wlroots-0.10.0.ebuild
20 @@ -47,7 +47,7 @@ BDEPEND="
21 virtual/pkgconfig
22 "
23
24 -PATCHES=("${FILESDIR}"/${P}-gcc-10.patch)
25 +PATCHES=("${FILESDIR}"/${PN}-gcc-10.patch)
26
27 src_configure() {
28 # xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)