diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-10-15 15:10:44 +0200 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-10-15 15:10:44 +0200 |
commit | aaef0567801f2a6f56983cfddc9af0818d58f0ab (patch) | |
tree | feb14b51032fb97f5a0e1b8976eb970874c678ab /x11-misc | |
parent | dev-libs/glib: Adding $(get_exeext) to MULTILIB_CHOST_TOOLS. (diff) | |
download | gentoo-aaef0567801f2a6f56983cfddc9af0818d58f0ab.tar.gz gentoo-aaef0567801f2a6f56983cfddc9af0818d58f0ab.tar.bz2 gentoo-aaef0567801f2a6f56983cfddc9af0818d58f0ab.zip |
x11-misc/bumblebee: accept user patches
Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bumblebee/bumblebee-3.2.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-misc/bumblebee/bumblebee-3.2.1.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1.ebuild index 60d7b3413d42..f0b65d212548 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,6 +31,10 @@ DEPEND="${RDEPEND} REQUIRED_USE="|| ( video_cards_nouveau video_cards_nvidia )" +src_prepare() { + epatch_user +} + src_configure() { DOC_CONTENTS="In order to use Bumblebee, add your user to 'bumblebee' group. You may need to setup your /etc/bumblebee/bumblebee.conf" |