summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2020-09-18 16:31:46 -0400
committerRick Farina <zerochaos@gentoo.org>2020-09-18 16:31:56 -0400
commit45a2c5cc6300432cfb106b74373fa5fe02941c24 (patch)
treee97cfb85ef3456f584d853f39c87e20cfe64cc8c /x11-misc
parentdev-libs/rocm-comgr: 3.8.0 version bump (diff)
downloadgentoo-45a2c5cc6300432cfb106b74373fa5fe02941c24.tar.gz
gentoo-45a2c5cc6300432cfb106b74373fa5fe02941c24.tar.bz2
gentoo-45a2c5cc6300432cfb106b74373fa5fe02941c24.zip
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/bumblebee/bumblebee-3.2.1_p20170130-r1.ebuild (renamed from x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild)0
-rw-r--r--x11-misc/bumblebee/bumblebee-3.2.1_p20190421-r1.ebuild (renamed from x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild)0
-rw-r--r--x11-misc/bumblebee/files/bumblebee.initd5
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
index 1099ff0e4161..1099ff0e4161 100644
--- a/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild
+++ b/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
index b45b50e5519a..b45b50e5519a 100644
--- a/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild
+++ b/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 219f71010d84..96ff058eb1a6 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}"