diff options
author | 2020-06-19 19:34:05 +0200 | |
---|---|---|
committer | 2020-06-19 19:34:05 +0200 | |
commit | d5702a506f6074eef248afc8cc20df6ebd68a1a6 (patch) | |
tree | b9385e6fd55c73cbec3776f27948f0490ad4cdd3 /x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild | |
parent | app-editors/leafpad: Drop old (diff) | |
download | gentoo-d5702a506f6074eef248afc8cc20df6ebd68a1a6.tar.gz gentoo-d5702a506f6074eef248afc8cc20df6ebd68a1a6.tar.bz2 gentoo-d5702a506f6074eef248afc8cc20df6ebd68a1a6.zip |
x11-misc/bumblebee: Fix building with gcc-10
Closes: https://bugs.gentoo.org/726116
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild')
-rw-r--r-- | x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild index ecedcc95c494..eb6477c36832 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild @@ -53,6 +53,11 @@ PDEPEND=" REQUIRED_USE="|| ( video_cards_nouveau video_cards_nvidia )" +PATCHES=( + # https://github.com/Bumblebee-Project/Bumblebee/issues/1058 + "${FILESDIR}/${P}-gcc10.patch" +) + pkg_setup() { enewgroup bumblebee } |