commit: 45a2c5cc6300432cfb106b74373fa5fe02941c24
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 20:31:46 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 20:31:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a2c5cc
x11-misc/bumblebee: you have too many needs
bumblebee only needs virtualgl when it's installed, the ebuild handles
the deps correctly, so downgrade 'need' to 'want' preserving installed
behavior and quieting the init script when it's not installed
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
...ee-3.2.1_p20170130.ebuild => bumblebee-3.2.1_p20170130-r1.ebuild} | 0
...ee-3.2.1_p20190421.ebuild => bumblebee-3.2.1_p20190421-r1.ebuild} | 0
x11-misc/bumblebee/files/bumblebee.initd | 5 +++--
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild
b/x11-misc/bumblebee/bumblebee-3.2.1_p20170130-r1.ebuild
similarity index 100%
rename from x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild
rename to x11-misc/bumblebee/bumblebee-3.2.1_p20170130-r1.ebuild
diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild
b/x11-misc/bumblebee/bumblebee-3.2.1_p20190421-r1.ebuild
similarity index 100%
rename from x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild
rename to x11-misc/bumblebee/bumblebee-3.2.1_p20190421-r1.ebuild
diff --git a/x11-misc/bumblebee/files/bumblebee.initd
b/x11-misc/bumblebee/files/bumblebee.initd
index 219f71010d8..96ff058eb1a 100644
--- a/x11-misc/bumblebee/files/bumblebee.initd
+++ b/x11-misc/bumblebee/files/bumblebee.initd
@@ -1,9 +1,10 @@
#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
depend() {
- need xdm vgl
+ need xdm
+ want vgl
}
PIDFILE="${PIDFILE:-/var/run/bumblebee.pid}"