From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10BD2138DB0 for ; Sat, 15 Oct 2016 13:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61DC7E0983; Sat, 15 Oct 2016 13:11:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B306E0983 for ; Sat, 15 Oct 2016 13:11:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 144AD341149 for ; Sat, 15 Oct 2016 13:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60EA22EE for ; Sat, 15 Oct 2016 13:10:59 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1476537044.aaef0567801f2a6f56983cfddc9af0818d58f0ab.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bumblebee/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bumblebee/bumblebee-3.2.1.ebuild X-VCS-Directories: x11-misc/bumblebee/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: aaef0567801f2a6f56983cfddc9af0818d58f0ab X-VCS-Branch: master Date: Sat, 15 Oct 2016 13:10:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 514d5c46-b7b0-4ec3-b0fd-dae63d4cb305 X-Archives-Hash: cdd83ea508f63cf1a714d6205a7ff391 commit: aaef0567801f2a6f56983cfddc9af0818d58f0ab Author: Jason A. Donenfeld gentoo org> AuthorDate: Sat Oct 15 13:10:44 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Sat Oct 15 13:10:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaef0567 x11-misc/bumblebee: accept user patches Package-Manager: portage-2.3.2 x11-misc/bumblebee/bumblebee-3.2.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-misc/bumblebee/bumblebee-3.2.1.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1.ebuild index 60d7b34..f0b65d2 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"